obscuritylabs / dramatiq-mongodb

Dramatiq background tasks in MongoDB
MIT License
8 stars 2 forks source link

Add optional async support using motor. #14

Open tclasen opened 2 years ago

tclasen commented 2 years ago

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.

github-actions[bot] commented 2 years ago

Stale issue message