Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Add optional async support using motor. #14

Open
tclasen opened this issue Jan 6, 2022 · 1 comment
Open

Add optional async support using motor. #14

tclasen opened this issue Jan 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@tclasen
Copy link
Contributor

tclasen commented Jan 6, 2022

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.

@tclasen tclasen added the enhancement New feature or request label Jan 7, 2022
@github-actions
Copy link

github-actions bot commented Mar 9, 2022

Stale issue message

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant