Skip to content

Commit

Permalink
[queue] QueueableConfigurator: Added afterCommit (closes #2).
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed May 15, 2021
1 parent cff736f commit ad62fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/queue/src/QueueableConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ protected function getQueueableProperties(): array {
'maxExceptions' => null, // Number of exceptions allowed for the job before fail
'backoff' => null, // Retry delay for the failed job
'deleteWhenMissingModels' => null, // Allow deleting the job if the model does not exist anymore
'retryUntil' => null, // The \DateTime indicating when the job should timeout.
'retryUntil' => null, // The \DateTime indicating when the job should timeout
'afterCommit' => null, // The job should be dispatched after commit
];
}
}

0 comments on commit ad62fb7

Please sign in to comment.