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.
The text was updated successfully, but these errors were encountered:
If you use
with asynq.mock_.patch
in an asynq function, the context may not get cleaned up properly. It should usecontext.NonAsyncContext
to prevent this.The text was updated successfully, but these errors were encountered: