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
This depends fully on your situation. In a web server context, the notion of a callback is a bit weird, since the view (i.e. the request-response pair) that originally enqueued some work has long past by the time the work is finished.
Is there a "best practice" pattern for implementing callbacks for jobs in rq?
The text was updated successfully, but these errors were encountered: