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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
While dramatiq doesn't support async actors and thus forces this library to consume tasks using pymongo, the client code that submits the tasks using the ACTOR.send() command should also be able to use await ACTOR.async_send() or similar when scheduling tasks from within an async loop already.
The text was updated successfully, but these errors were encountered:
While dramatiq doesn't support async actors and thus forces this library to consume tasks using pymongo, the client code that submits the tasks using the
ACTOR.send()
command should also be able to useawait ACTOR.async_send()
or similar when scheduling tasks from within an async loop already.The text was updated successfully, but these errors were encountered: