-
Notifications
You must be signed in to change notification settings - Fork 7
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
How send tasks in async #10
Comments
@Skorpyon The pool doesn't override anything on the All of the usual methods of applying a task (sending it to the broker to be fulfilled by a worker instance) should work as expected, and should still be called synchronously. |
Yes, it work. My bad, parse_whitelist.apply_async(company_id=company.id) working as expected. Do you have any ideas what is future of async |
@Skorpyon Nice! Thank you for the feedback, by the way. As for async If it becomes problematic (or there's enough demand and I have the time), I'll add a |
+1 for a Task class with await-able dispatch support! That would be very nice to have and I have the feeling that the 6.0 release is not going to be there anytime soon. |
you are right. it will take some time. |
Hello!
Pool works perfect.
But I some stuck with solution how to send tasks.
Right now I just sending it in sync manner:
Any sync/async regular ways doesn't works:
May you advice please?
PS. I've using [email protected]
The text was updated successfully, but these errors were encountered: