Skip to content

Commit

Permalink
Improve some docs wording (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
johtso committed Jan 26, 2022
1 parent 5f6162c commit 7cc5cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You can access job information, status and job results using the :class:`arq.job
Retrying jobs and cancellation
..............................

As described above, when an arq work shuts down any going jobs are cancelled immediately
As described above, when an arq worker shuts down, any ongoing jobs are cancelled immediately
(via vanilla ``task.cancel()``, so a ``CancelledError`` will be raised). You can see this by running a slow job
(eg. add ``await asyncio.sleep(5)``) and hitting ``Ctrl+C`` once it's started.

Expand Down

0 comments on commit 7cc5cf2

Please sign in to comment.