WorkerOptions

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.
doc_Laravel
2016-11-02 16:45:43
Comments
Leave a Comment

Please login to continue.