August 2017 Summaries
1 posts from Upsun
Filter
Month:
Year:
Post Summaries
Back to Blog
Cron jobs are suitable for simple, time-specific tasks but have limitations on resource usage, incremental processing, and execution frequency, which can hinder the performance of larger or more complex operations. Upsun addresses these limitations by offering worker application instances that run parallel to the main application, handling background processes without blocking web requests. Workers operate iteratively on queued tasks, enabling immediate execution and scalability for tasks like bulk processing and long-running operations. This setup allows for a more robust and responsive system, as multiple identical workers can process queues faster. Setting up a worker on Upsun involves deploying the application twice, one for handling web requests and another for running background processes, with support for various programming languages and integration with dedicated queue servers like RabbitMQ for enhanced functionality.
Aug 09, 2017
851 words in the original blog post.