0.0
The module within this gem simply listens for enqueues and finished jobs.
On enqueue it'll fire up a new worker instance if none are running,
on finish it'll shut down the worker if there are no more jobs.
2020
2021
2022
2023
2024
2025
0.0
Delated_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. Augmented by Keith to allows for callbacks on idle.
2020
2021
2022
2023
2024
2025
0.0
Delated_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.
2020
2021
2022
2023
2024
2025
0.0
Recurring_job creates a framework for creating custom DelayedJob jobs
that are automatically rescheduled to run again at a given interval.
2020
2021
2022
2023
2024
2025
0.0
Rescheduler is a library that uses Redis to maintain a task queue of immediate and delayed jobs without polling.
2020
2021
2022
2023
2024
2025
0.0
ResqueAdmin is a Redis-backed Ruby library for creating background jobs,
placing those jobs on multiple queues, and processing them later.
Background jobs can be any Ruby class or module that responds to
perform. Your existing classes can easily be converted to background
job...
2020
2021
2022
2023
2024
2025
0.0
An extension to Resque that makes it act more like Delayed::Job
2020
2021
2022
2023
2024
2025
0.0
A Resque plugin. Implements an approximation of DelayedJob's send_later on resque. Has a little more ease-of-use and features than the example provided with Resque.
2020
2021
2022
2023
2024
2025
0.0
An extension to carrierwave to handle asynchronous version processing with delayed job. It currently work with active record
2020
2021
2022
2023
2024
2025
0.0
Set up sequences of actions that are delayed in time
2020
2021
2022
2023
2024
2025
0.0
A library of extensions for outoftime's sunspot gem for solr indexing server. Using the session adapter design pattern to add support for:
1) delayed_job to move indexing commits out of process.
Support for case insensitive sort fields by creating indexed copy of fields transformed for so...
2020
2021
2022
2023
2024
2025
0.0
Undelayed_job jobs provides a database-less backand for delayed_job that executes immediately without a separate worker process.
2020
2021
2022
2023
2024
2025
0.0
Schedules and manages delayed, async and cron style tasks
2020
2021
2022
2023
2024
2025
0.0
Cached Counter allows to increment/decrement/get counts primarily saved in the database in a faster way. Utilizing the cache, it can be updated without big row-locks like the ActiveRecord's update_counters, with instantaneous and consistency unlike the updated_counters within delayed, background ...
2020
2021
2022
2023
2024
2025
0.0
DispatchQueueRb is a pure ruby implementation of Grand Central Dispatch concurrency primitives. It implements serial and concurrent queues, with synchronous, asynchronous, barrier and delayed dispatch methods. All queues dispatch methods support an optional dispatch groups to synchronize on compl...
2020
2021
2022
2023
2024
2025
0.0
Resque is a Redis-backed Ruby library for creating background jobs,
placing those jobs on multiple queues, and processing them later.
Resque-igo is the same thing, but for mongo. It would not exist without the work of defunkt and ctrochalakis on github.
Background jobs can be a...
2020
2021
2022
2023
2024
2025
0.0
Ruby on Rails gem to upload activestorage files in background
2020
2021
2022
2023
2024
2025
0.0
Ravanello is the cli for analyze keys in redis and size of it's values.
Example of usage:
```bash
gem install ravanello
ravanello --version
REDIS_URL="redis://localhost/db" ravanello analyze --rules rules.yml
```
The rules files specifies the structure of ...
2020
2021
2022
2023
2024
2025
0.0
View all, running, failed, and queued jobs. Retry failed jobs.
2020
2021
2022
2023
2024
2025
0.0
Allows auto-scaling of delayed job workers in Heroku
2020
2021
2022
2023
2024
2025