You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extensibility in Delayed Job is a great, enabling developers to add all kinds of cool functionality. The only problem is it can be really hard to find Delayed Job plugins to do what you're looking for. The ecosystem wiki page is a start but it doesn't have much on it and it's not linked from the README making it hard to find. Resque does a great job maintaining a list of plugins which really encourages a community plugin development and use.
Please consider updating the ecosystem wiki page (and linking to it from the README) with the following candidates I found trolling through Github (only some of which I've used). I'm also happy to go ahead and make the edit myself if you're ok with it:
Gem is designed to "Split or Break" Time Taking Jobs(Delayed Jobs, Crons, Bulk Operations, etc.) into smaller size Mutually Exclusive Delayed Jobs. These Sub-Jobs can be picked by "Multiple Workers" in "Single" or "Multiple Servers". After splitting and enqueuing, the process will wait for the sub-jobs to complete and also processes sub-jobs instead of blocking.
"Parallelism" can be achieved across multiple servers through Delayed Jobs which can directly impact performance. "Performance" can improve up to "n+1" times, where n = number of workers picking the jobs.
The extensibility in Delayed Job is a great, enabling developers to add all kinds of cool functionality. The only problem is it can be really hard to find Delayed Job plugins to do what you're looking for. The ecosystem wiki page is a start but it doesn't have much on it and it's not linked from the README making it hard to find. Resque does a great job maintaining a list of plugins which really encourages a community plugin development and use.
Please consider updating the ecosystem wiki page (and linking to it from the README) with the following candidates I found trolling through Github (only some of which I've used). I'm also happy to go ahead and make the edit myself if you're ok with it:
Progress reporting for Delayed job
Extends delayed_job to support recurring jobs
Job groups for delayed_job
Worker process pooling for Delayed Job
Gem that adds the ability to prevent duplicate delayed jobs from being created.
Mina plugin to manage delayed_jobs
Chef cookbook for configuring an AWS OpsWorks layer of delayed_job workers.
Capistrano tasks for automatic and sensible DelayedJob configuration
delayed_job exception notification with airbrake
Amazon SQS backend for delayed_job
Azure Queue backend for delayed_job
DataMapper backend for delayed_job
IronMQ backend for delayed_job
The text was updated successfully, but these errors were encountered: