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
Description
Actually, the worker messenger:consume catches all exceptions and redirects the message to failure transport.
It is problematic, for example, when the worker loses the connection to Redis DB hence the messages on retry flow are failed as the initial message.
It will be nice to have an exception that will be not catched and will trigger the worker's shutdown.
juuuuuu, OskarStark, s-code, natepage, dvapelnik and 4 more