Skip to content
New issue

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

[4.x] Avoids serialialisation of exception traces #1354

Merged
merged 3 commits into from
Jun 2, 2023

Conversation

nunomaduro
Copy link
Member

This pull request addresses the problem described in issue #1353. Currently, when a job fails, we attempt to queue an "update" for the failed job status through ProcessPendingUpdates even before it exists in Telescope. However, there is an issue with this approach. The update may include a stack trace that contains references to closures, which, as we are aware, cannot be serialized.

Note that, the arguments are not even used on the Telescope UI, so we can remove them safely.

@nunomaduro nunomaduro marked this pull request as ready for review June 2, 2023 16:46
@nunomaduro nunomaduro merged commit 9e30c9e into 4.x Jun 2, 2023
@nunomaduro nunomaduro deleted the fix/serialization-of-trace branch June 2, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant