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
|`QUEUE`| Required. Defines one or more comma-separated queues to process tasks from. Set to `*` to process from any queue. |
80
+
|`APP_INCLUDE`| Optional. Defines a bootstrap script to run before starting the worker. |
81
+
|`PREFIX`| Optional. Prefix to use in Redis. |
82
+
|`COUNT`| Optional. Amount of worker forks to start. If set to > 1, the process will start the workers and then exit immediately. |
83
+
|`SCHEDULE`| Optional. An expression with a from/until time, e.g. `22:00-06:00` to only run tasks between 10pm and 6am. The worker is paused outside of the schedule. Relative to default timezone (`date_default_timezone_set`). |
0 commit comments