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
I create singleton middleware.
It checks whether such a task already exists and, if so, should cancel its sending in the pre_send func.
How to do it correctly? Return None or raise exception?
I create singleton middleware.
It checks whether such a task already exists and, if so, should cancel its sending in the pre_send func.
How to do it correctly? Return None or raise exception?
Middleware code
Task example
The text was updated successfully, but these errors were encountered: