Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update list of Delayed Job plugins #841

Open
jturkel opened this issue Aug 23, 2015 · 1 comment
Open

Update list of Delayed Job plugins #841

jturkel opened this issue Aug 23, 2015 · 1 comment

Comments

@jturkel
Copy link

jturkel commented Aug 23, 2015

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:

@nehalamin93
Copy link

nehalamin93 commented Aug 8, 2018

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.

Gem: dj_split - nehalamin93/dj_split

Parallelise Time Taking Job across Multiple Processes in Single or Multiple Servers by Splitting into Delayed Jobs.

Please consider the addition of this Delayed Job plugin in the ecosystem wiki page (and linking to it from the README).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants