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
If you use with asynq.mock_.patch in an asynq function, the context may not get cleaned up properly. It should use context.NonAsyncContext to prevent this.
If you use
with asynq.mock_.patchin an asynq function, the context may not get cleaned up properly. It should usecontext.NonAsyncContextto prevent this.