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
we're manually clearing scope in the middleware but if there's an exception in the job this might not run. We should just use push_scope instead to ensure cleanup.
we're manually clearing scope in the middleware but if there's an exception in the job this might not run. We should just use
push_scopeinstead to ensure cleanup.Try this out with a proper test case and fix it.