tracker icon indicating copy to clipboard operation
tracker copied to clipboard

Queuing all the time-consuming tasks. Possible?

Open akaamitgupta opened this issue 6 years ago • 3 comments

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.

akaamitgupta avatar Mar 01 '18 13:03 akaamitgupta

Queues in fact uses DB queries.

devWaleed avatar Mar 06 '18 18:03 devWaleed

Queues can also be cached in Redis.

alexandreMesle avatar Mar 06 '18 18:03 alexandreMesle

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?

daison12006013 avatar Oct 14 '19 02:10 daison12006013