Message346399
Celery 5 is going async and in order to isolate the main event loop from task execution, the tasks are going to be executed in a different thread with it's own event loop.
This thread may or may not be CPU bound.
The main thread is I/O bound.
This patch should help a lot.
I like Nir's approach a lot (although I haven't looked into the patch itself yet). It's pretty novel.
David's patch is also very interesting.
I'm willing to help. |
|
Date |
User |
Action |
Args |
2019-06-24 13:31:04 | Omer.Katz | set | recipients:
+ Omer.Katz, loewis, jhylton, gregory.p.smith, jcea, ncoghlan, pitrou, scoder, vstinner, movement, larry, eric.smith, kevinwatters, tarek, djc, karld, carljm, coderanger, phsilva, durin42, eric.araujo, nirai, alex, andrix, konryd, brian.curtin, hozn, victorpoluceno, flox, DazWorrall, cool-RR, rh0dium, rcohen, dabeaz, mahmoudimus, portante, aconrad, ysj.ray, neologix, thouis, donaldjeo, Michele, jmehnle, Dima.Tisnek |
2019-06-24 13:31:03 | Omer.Katz | set | messageid: <1561383063.96.0.364930390669.issue7946@roundup.psfhosted.org> |
2019-06-24 13:31:03 | Omer.Katz | link | issue7946 messages |
2019-06-24 13:31:03 | Omer.Katz | create | |
|