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
Get the original request object
Need to get an async background worker object (redis pool) from the request object. The request object is now a dict. Suspect it is in the *args tuple, but what is the correct way to go about retrieving the request object from this tuple?
What I Did
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
The text was updated successfully, but these errors were encountered:
Description
Get the original request object
Need to get an async background worker object (redis pool) from the request object. The request object is now a dict. Suspect it is in the *args tuple, but what is the correct way to go about retrieving the request object from this tuple?
What I Did
The text was updated successfully, but these errors were encountered: