Hey Sam,
Figured it would be good for the community to have some discussion on when to use Async::Job and when to use SolidQueue.
Do you agree Async::Job is something you use in Paralell to SolidQueue?
SolidQueue: Persistant, handles server restarts, durable. Usefule for CPU bound background data processing
Async::Job: Fiber friendly, useful for LLM jobs but does not gracefully handle idemptentcy and server restarts
Let me know if I'm missing anything, love your work as always.
Hey Sam,
Figured it would be good for the community to have some discussion on when to use Async::Job and when to use SolidQueue.
Do you agree Async::Job is something you use in Paralell to SolidQueue?
SolidQueue: Persistant, handles server restarts, durable. Usefule for CPU bound background data processing
Async::Job: Fiber friendly, useful for LLM jobs but does not gracefully handle idemptentcy and server restarts
Let me know if I'm missing anything, love your work as always.