Queue

Queue

class Queue (View source)

Methods

mixed pushOn( string $queue, string $job, mixed $data = '')

Push a new job onto the queue.

mixed laterOn( string $queue, DateTime|int $delay, string $job, mixed $data = '')

Push a new job onto the queue after a delay.

登录查看完整内容