We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When retrying a queued listener that failed via Horizon in the "Failed Jobs" UI, I then receive the exception:
Undefined array key "pushedAt"
horizon/src/Jobs/RetryFailedJob.php
Line 81 in 8d4b505
Here is a snippet of the payload that is stored in the database (notice, no pushedAt key):
pushedAt
stdClass Object ( [uuid] => 7649887c-e9db-4831-9fce-477dbd30609e [timeout] => [id] => KBVxg6bsjl4YpWxixgmdXUNeos67Yyt5 [backoff] => [displayName] => XXXX [maxTries] => 3 [failOnTimeout] => [maxExceptions] => 3 [retryUntil] => 1667648168 [job] => Illuminate\Queue\CallQueuedHandler@call [data] => stdClass Object ( [command] => O:36:"Illuminate\Events\CallQueuedListener":19:... [commandName] => Illuminate\Events\CallQueuedListener ) [attempts] => 2 )
Working on a PR 👍
The text was updated successfully, but these errors were encountered:
$payload['pushedAt']
Successfully merging a pull request may close this issue.
Description:
When retrying a queued listener that failed via Horizon in the "Failed Jobs" UI, I then receive the exception:
horizon/src/Jobs/RetryFailedJob.php
Line 81 in 8d4b505
Here is a snippet of the payload that is stored in the database (notice, no
pushedAt
key):Steps To Reproduce:
Working on a PR 👍
The text was updated successfully, but these errors were encountered: