Pete Walsh
Pete Walsh
I'm not able to update this branch for some reason. Can you do it when you get a chance? That should fix the CI errors.
This would be great to have. I'm not entirely sure how it's implemented in Python Celery TBH. My guess is all workers consume from a separate "revoke" queue, and when...
Can you update this branch?
I think this is possible, but I don't know too much about macros either. Usually I just try different things until I can get it to compile 😝 I'm totally...
Thank you @alekhrycaiko, I'll take a look soon!
@alekhrycaiko, sorry it's been a busy week for so far and I still haven't found time to review PRs, but I'm hoping to get to this by tomorrow.
> Concerning `CeleryQueue`, I opted for making this explicit to differentiate this clearly from the lapin Queue used in the repo. But, happy to revert to `Queue` if this is...
Hey @morenol! That would be great. I think the steps to tackle this are as follows: 1. Start by designing a `Backend` trait, and show how the `Celery` app would...
I think the next step forward is to benchmark a worker handling CPU intensive tasks with the following set ups: - current system - with `spawn_blocking` wrapped around `task.run()` -...
This blog post is very relevant: https://ryhl.io/blog/async-what-is-blocking/