You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a job crashes, an error callback is launched, however it is often not clear why the job crashed, as the stack trace is swallowed by the worker. We should add System.stacktrace() as the last argument to the on_error and on_buried callbacks.
When a job crashes, an error callback is launched, however it is often not clear why the job crashed, as the stack trace is swallowed by the worker. We should add
System.stacktrace()
as the last argument to theon_error
andon_buried
callbacks.cc @archan937
The text was updated successfully, but these errors were encountered: