Queue ​
- Type
- Class
- Namespace
- craft\helpers
- Inherits
- craft\helpers\Queue
- Since
- 3.5.0
Queue helper.
Public Methods ​
Method | Description |
---|---|
push() | Pushes a job to the main app queue. |
push()
​
Pushes a job to the main app queue.
Arguments ​
$job
(yii\queue\JobInterface)$priority
(integer, null)$delay
(integer, null)$ttr
(integer, null)$queue
(yii\queue\Queue, null) – The queue to push to