Skip to content

Commit

Permalink
chore: add docblock explaining that this solution only works for Redi…
Browse files Browse the repository at this point in the history
…s queues
  • Loading branch information
imorland committed Sep 28, 2024
1 parent 0d49d02 commit 32eb4b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/core/src/Queue/AbstractJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ class AbstractJob implements ShouldQueue
use SerializesModels;

/**
* The name of the queue on which the job should be placed.
*
* This is only effective on jobs dispatched via Redis.
*
* @var string|null
*/
public static $sendOnQueue = null;
Expand Down

0 comments on commit 32eb4b8

Please sign in to comment.