-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document asyncio support #595
Comments
I'm happy to help with documentation, but I have to admit I'm confused as to how to get it to work. Getting the synchronous example from the homepage
Rerunning this results in a RuntimeException:
I believe the proximate cause of this is because |
The aio middleware is not enabled by default. The list of default middleware is here: dramatiq/dramatiq/middleware/__init__.py Line 47 in 052fea0
|
Thanks for clarifying! https://dramatiq.io/reference.html#middleware says "The following middleware is enabled by default" and it has a much longer list of middleware. |
Thanks, that does look wrong. We probably added new middleware over time and forgot to update that sentence. |
Need add full examples and info about ASYNCIO in dramatiq
The text was updated successfully, but these errors were encountered: