tracker
tracker copied to clipboard
Queuing all the time-consuming tasks. Possible?
Thanks for the great package.
I want to know if is it possible to queue all the time-consuming tasks like inserting in DB as they are increasing the response time for every request.
Queues in fact uses DB queries.
Queues can also be cached in Redis.
We're planning to use this package, but our concern is the added request time, we're planning to put every insert/update to be under a specific queue server.
Any roadmap on adjusting things out?