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
Did this happen during shutdown? The issue is that Oban.Met is linked to the Oban supervisor process, but it doesn't stop quickly enough. You can avoid this by adding Oban.Met to the list of plugins and disabling auto-start with config :oban_met, auto_start: false.
We'll look at a better way to handle linked shutdown.
Environment
Current Behavior
We got a few
FunctionClauseError
s whose stacktrace is completely Oban. We might be doing something wrong, but I thought I'd check in anyway 😉Here is the stacktrace:
The text was updated successfully, but these errors were encountered: