Project
Reverse Dependencies for activejob
The projects listed here declare activejob as a runtime or development dependency
0.0
A simple way to perform long running LLM background jobs and streaming responses
2020
2021
2022
2023
2024
2025
0.0
This is ActiveJob extension wich mask arguments of specified Job from ActiveJob's log.
2020
2021
2022
2023
2024
2025
0.0
Pass a current_user through to your active_jobs and use it in any generated audits
2020
2021
2022
2023
2024
2025
0.0
ActiveJob Adapter for Google Cloud Tasks
2020
2021
2022
2023
2024
2025
0.0
ActiveJobCronScheduler provides a clean DSL for defining recurring jobs in Rails applications, leveraging ActiveJob for seamless integration.
2020
2021
2022
2023
2024
2025
0.0
active_job_delayed_execution provides very simple delayed behavior for Ruby.
2020
2021
2022
2023
2024
2025
0.0
An ActiveJob queue adapter that disables delayed job.
2020
2021
2022
2023
2024
2025
0.0
'ActiveJob::DispatchRider' adds `DispatchRider` support for `ActiveJob`.
2020
2021
2022
2023
2024
2025
0.0
easier way to use ffmpeg in activejob
2020
2021
2022
2023
2024
2025
0.0
ActiveJob::Inlined lets you run jobs inline within other jobs.
2020
2021
2022
2023
2024
2025
0.0
Run your interactors as background jobs via active job
2020
2021
2022
2023
2024
2025
0.0
An ActiveJob plugin. Adds locking, with optional timeout/deadlock handling.
Using a `lock_timeout` allows you to re-acquire the lock should your job
fail, crash, or is otherwise unable to relase the lock.
i.e. Your server unexpectedly looses power. Very handy for jobs that are
recurri...
2020
2021
2022
2023
2024
2025
0.0
Activejob Locks is an ActiveJob addon that will lock workers based on queue or work payload
2020
2021
2022
2023
2024
2025
0.0
ActiveJobMetadata lets you store and retrieve metadata associated with ActiveJob jobs regardless of the queue processing library you use.
2020
2021
2022
2023
2024
2025
0.0
Use different ActiveJob adapters for different jobs.
2020
2021
2022
2023
2024
2025
0.0
ActiveJob::Query allows you query enqueued jobs and cancel jobs.
2020
2021
2022
2023
2024
2025
0.0
If you're using ActiveRecord with Resque, a new database connection will get opened
for each worker process. When the worker completes, this connection is left open by
default, which is pretty bad. This adapter closes the connection when the job has_rdoc
finished executing.
2020
2021
2022
2023
2024
2025
0.0
ActiveJob Store permits to store jobs state and custom data on a database
2020
2021
2022
2023
2024
2025
0.0
Pass a user through to your active_jobs for context
2020
2021
2022
2023
2024
2025
0.0
Enqueue background jobs from model classes
2020
2021
2022
2023
2024
2025