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
In case the error happens deep down in some generic function it will be easier to track down if catch_backtrace is used, for example like this:
@error"Exception while executing task on worker $(Threads.threadid()). Shutting down WorkerPool." e =
e stacktrace =stacktrace(catch_backtrace()) args = args
The text was updated successfully, but these errors were encountered:
In case the error happens deep down in some generic function it will be easier to track down if
catch_backtrace
is used, for example like this:The text was updated successfully, but these errors were encountered: