We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6138f4e commit 95f4f07Copy full SHA for 95f4f07
README.md
@@ -54,7 +54,7 @@ JOBS = {
54
55
#### Failure Hooks
56
When an unhandled exception is raised by a job, a failure hook will be called if one exists enabling
57
-you to clean up any state left behind by your failed job. Failure hook are run in your worker process (if your job fails).
+you to clean up any state left behind by your failed job. Failure hooks are run in your worker process (if your job fails).
58
59
A failure hook receives the failed `Job` instance along with the unhandled exception raised by your failed job as its arguments. Here's an example:
60
0 commit comments