WorkerOptions
class WorkerOptions (View source)
Properties
int | $delay | The number of seconds before a released job will be available. | |
int | $memory | The maximum amount of RAM the worker may consume. | |
int | $timeout | The maximum number of seconds a child worker may run. | |
int | $sleep | The number of seconds to wait in between polling the queue. | |
int | $maxTries | The maximum amount of times a job may be attempted. |
Please login to continue.