You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -711,7 +711,7 @@ started per-process.
711
711
|[options]| <code>object</code> |||
712
712
|[options.wid]| <code>String</code> | <code>uuid().slice(0, 8)</code> | the wid the worker will use |
713
713
|[options.concurrency]| <code>Number</code> | <code>20</code> | how many jobs this worker can process at once |
714
-
|[options.shutdownTimeout]| <code>Number</code> | <code>8</code> | the amount of time in seconds that the worker may take to finish a job before exiting ungracefully |
714
+
|[options.timeout]| <code>Number</code> | <code>8</code> | the amount of time in seconds that the worker may take to finish a job before exiting ungracefully |
715
715
|[options.beatInterval]| <code>Number</code> | <code>15</code> | the amount of time in seconds between each heartbeat |
716
716
|[options.queues]| <code>Array.<string></code> | <code>['default']</code> | the queues this worker will fetch jobs from |
717
717
|[options.middleware]| <code>Array.<function()></code> | <code>[]</code> | a set of middleware to run before performing each job in koa.js-style middleware execution signature |
0 commit comments