QueueManager class QueueManager implements
__construct(int $delay, int $memory = 128, int $timeout = 60, int $sleep = 3, int $maxTries)
void __construct(Application $app)
mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '')
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job
mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an
string getDefaultDriver() Get the name of the default queue connection
marshal() deprecated
Page 13 of 21