Ever struggled with a slow page in your application because you need to perform very slow queries, a lot of batch processing, or simply integrate with a slow legacy system?
Tired of having non-scalable web requests and your code filled with "setRequestTimeout infinite" logic?
Want your applications to be well done and scalable?
With Work Queue Sample you can see a simple pattern of offloading slow tasks to a work queue, have them run by a timer, and have a simple way to keep your users waiting.
Also included the clean-up logic.
Use this component as inspiration for your needs!
↧