Skip to content

Commit

Permalink
Merge pull request #92 from pawonpawon/with-retryUntil-in-$queueableP…
Browse files Browse the repository at this point in the history
…roperties

Added retryUntil to $queueableProperties
  • Loading branch information
freekmurze authored Jan 20, 2023
2 parents 0cef86b + 07f60e9 commit 8d05969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ActionJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ protected function resolveQueueableProperties($action)
'tries',
'timeout',
'maxExceptions',
'retryUntil',
];

foreach ($queueableProperties as $queueableProperty) {
Expand Down

0 comments on commit 8d05969

Please sign in to comment.