Project
Reverse Dependencies for activejob
The projects listed here declare activejob as a runtime or development dependency
0.0
A tiny framework built on top of Rails in order to help developers focus on writing important business logic. It should be used with hotwired
2021
2022
2023
2024
2025
2026
0.0
Define retention policies on ActiveRecord models to automatically destroy, delete, or archive expired records. Includes batch limiting, advisory locking, transactional archiving, and background job support.
2021
2022
2023
2024
2025
2026
0.0
ActiveSaga provides durable, idempotent workflow orchestration built on Rails Active Job.
It supports sync and async steps, retries with backoff, signals, compensations, and pluggable persistence stores.
2021
2022
2023
2024
2025
2026
0.0
Store ActiveJob status in ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
æternitas is a tool support polling resources (webpages, APIs).
2021
2022
2023
2024
2025
2026
0.0
This is a reusable alarm concern for Active Recordmodels. It adds support for the automatic maintenanceof Active Job's which are scheduled for the givenalarms.
2021
2022
2023
2024
2025
2026
0.0
AngryBatch allows you to group ActiveJobs into batches and define jobs to run once all batch jobs are completed.
2021
2022
2023
2024
2025
2026
0.0
A DSL for simplifying modification of Rails ActiveSupport Instrumentation API
2021
2022
2023
2024
2025
2026
0.0
*Atomic archiving/unarchiving for ActiveRecord*
acts_as_paranoid and similar plugins/gems work on a record-by-record basis and make it difficult to restore records atomically (or archive them, for that matter).
Because ArchivalRecord's #archive! and #unarchive! methods are in transactions, and ...
2021
2022
2023
2024
2025
2026
0.0
Multi-fiber, Postgres-based, ActiveJob backend for Ruby on Rails
2021
2022
2023
2024
2025
2026
0.0
Lightweight, asynchronous, and database-backed execution of singleton methods.
2021
2022
2023
2024
2025
2026
0.0
Pass a user through to your active_jobs and associate it with any generated audits
2021
2022
2023
2024
2025
2026
0.0
Define your collection, job, and callbacks all in one clear and concise object
2021
2022
2023
2024
2025
2026
0.0
Distribute map-reduce tasks with ActiveJob, storing the results in Redis (or another backend)
2021
2022
2023
2024
2025
2026
0.0
Bulk upload data in a file (e.g. CSV), process in the background, then send a
success or failure report
2021
2022
2023
2024
2025
2026
0.0
Burstflow is a parallel workflow runner using ActiveRecord and ActiveJob. It has dependency, result pipelining and suspend/resume ability
2021
2022
2023
2024
2025
2026
0.0
Rather than creating rake tasks, which have to go through CI/CD, then some deploy process, eventually make it to production, only to be run once, and then never get deleted and litter your code base- this gem allows you to create command proposals via a UI that can be immediately reviewed by your...
2021
2022
2023
2024
2025
2026
0.0
Define custom methods, helper, and aliases for your app and use them in your rails console or IRB session.
2021
2022
2023
2024
2025
2026
0.0
Execute create/update/destroy operations asynchronously in your Rails app
2021
2022
2023
2024
2025
2026
0.0
Instrument ActiveJob jobs with Cronitor to monitor lifecycle events around the perform method.
2021
2022
2023
2024
2025
2026