IronQueue
class IronQueue extends Queue implements Queue (View source)
Methods
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. from Queue mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. from Queue marshal() deprecated Marshal a push queue request and fire the job. mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the qu