delayed_job
Sidekiq
Resque
Hangfire
Beanstalkd
Enqueue It
PHP-FPM
RabbitMQ
Posthook
EasyCron
Cronhub
Webcron
Beew.io
FastCron
crontab guru
Cron As A Service
delayed_job
PosthookBased on our record, delayed_job should be more popular than Posthook. It has been mentiond 8 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Delayed Job is one of the earliest job processing libraries in the Rails ecosystem. It leverages Active Record to store jobs in the database. - Source: dev.to / over 1 year ago
Let's look at an example using Delayed Job, a popular and easy-to-manage queueing backend for Active Job. Delayed Job provides a setting to enable queueing. By default, the setting is true and jobs are queued as per usual. However, if set to false, jobs run immediately. - Source: dev.to / almost 2 years ago
It is hard to imagine any big and complex Rails project without background jobs processing. There are many gems for this task: **Delayed Job, Sidekiq, Resque, SuckerPunch** and more. And Active Job has arrived here to rule them all. - Source: dev.to / about 2 years ago
Obviously, that is not what Iโve expected from Delayed::Job workers. So I took the shovel and started digging into git history. Since the last release the only significant modification has been made in the internationalization. Weโve moved to I18n-active_record backend to grant the privilege to modify translations not only to developers but also to highly-educated mere mortals. - Source: dev.to / about 2 years ago
So how do we trigger such a long-running process from a Rails request? The first option that comes to mind is a background job run by some of the queuing back-ends such as Sidekiq, Resque or DelayedJob, possibly governed by ActiveJob. While this would surely work, the problem with all these solutions is that they usually have a limited number of workers available on the server and we didnโt want to potentially... - Source: dev.to / about 4 years ago
I did end up going with AWS EventBridge to trigger the events, it was not as bad to configure as it seemed at first, but still I am surprised that there isn't a simpler solution. I did find https://posthook.io/ but that actually seemed even more complex than EventBridge. Source: over 4 years ago
Posthook.io โ Job Scheduling Service. Allows you to schedule requests for specific times. 500 scheduled requests/month free. - Source: dev.to / almost 5 years ago
Sidekiq - Sidekiq is a simple, efficient framework for background job processing in Ruby
EasyCron - Get frustrated with Cron on your server? Hosting limits your Cron use?
Resque - Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
Cronhub - Cronhub helps you to easily monitor all your cron jobs in a beautiful dashboard. It alerts you when your cron job doesn't run on time or it fails.
Hangfire - An easy way to perform background processing in .NET and .NET Core applications.
Webcron - Webcron - Website and Server Performance Monitoring and Online Web Cron. Reliable Cron Jobs Service with WebCron interface. The easiest way to set cron jobs.