Pete Walsh
Pete Walsh
I agree. I guess we could add some benchmarks that vary the size of the input sequence to see if there's an obvious cutoff where parallelization helps.
That would be great @alecsavvy!
Hey @ajesipow, not that I can think of.. but I'm also not too familiar with the internals of RedBeat, so there could be some other hurdles that I'm not aware...
Hey @Anakael, sorry for the delay! I'll review this today
Thanks for your work on this @Anakael! I'm a little concerned that having the `Broker` type and now `Backend` type tied to the `Celery` app is making things too complex....
I think we could call these long term scheduler backends "baskets", because they are like a basket that we put tasks aside in for later.
I think there's a way to do this that would keep backwards compatibility. Like, if we implement `impl From for CeleryQueue` or `impl From for CeleryQueue`, then I think the...
Great! Looking forward to it 😄
Hey @Frando, thank you so much for figuring this out and I apologize for the delay in getting back to you! I'm reviewing now