From 62bf76046e7466c90716754108a907c6cfb49159 Mon Sep 17 00:00:00 2001 From: Thomas Martin Date: Fri, 8 Jan 2021 16:23:49 +0100 Subject: [PATCH 1/2] Fix README.rst regarding worker queue option --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 927196861..7a92ed4fb 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ Similarly, from the command line: procrastinate defer mycode.sum '{"a": 3, "b": 5}' # Run a worker - procrastinate worker sums + procrastinate worker -q sums Lastly, you can use Procrastinate asynchronously too: From bc1bce3bd8d0328c0cb3ad6b19b6221dd848df88 Mon Sep 17 00:00:00 2001 From: Thomas Martin Date: Fri, 8 Jan 2021 16:27:47 +0100 Subject: [PATCH 2/2] Fix PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 61c4dc507..6196579e6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Closes # ### Successful PR Checklist: - + - [ ] Tests - [ ] (not applicable?) - [ ] Documentation