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 a93403b commit 631dc03Copy full SHA for 631dc03
README.md
@@ -189,9 +189,14 @@ Jobs have a `state` field which can have one of the following values:
189
* `NEW` (has been created, waiting for a worker process to run the next task)
190
* `READY` (has run a task before, awaiting a worker process to run the next task)
191
* `PROCESSING` (a task is currently being processed by a worker)
192
+* `STOPPING` (the worker process has received a signal from the OS requesting it to exit)
193
* `COMPLETED` (all job tasks have completed successfully)
194
* `FAILED` (a job task failed)
195
196
+#### State diagram
197
+
198
+
199
200
### API
201
202
#### Model methods
states.png
99.1 KB
0 commit comments