#
activejob
Here are 60 public repositories matching this topic...
A super efficient Amazon SQS thread based message processor for Ruby
-
Updated
Apr 7, 2021 - Ruby
Multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.
-
Updated
Jun 4, 2021 - Ruby
Easy drools,version 8.0.8
-
Updated
May 25, 2021 - Java
Automatic retries for ActiveJob
-
Updated
Sep 3, 2020 - Ruby
Unique jobs for ActiveJob. Ensure the uniqueness of jobs in the queue.
-
Updated
May 9, 2021 - Ruby
Google Cloud Pub/Sub adapter and worker for ActiveJob
-
Updated
Sep 2, 2019 - Ruby
Non-blocking ActiveRecord method invocation
-
Updated
Aug 28, 2019 - Ruby
Distributed task queue written in Ruby, backed by Redis and using event loops to handle concurrency
-
Updated
May 20, 2021 - Ruby
ActiveJob on SQS & Lambda
-
Updated
May 15, 2021 - Ruby
It's a Rails engine that allows you to play nice with Active Job in Active Admin providing user feedback
-
Updated
May 18, 2021 - Ruby
A background job scheduler for any queue backend
ruby
rails
sidekiq
schedule
queue
resque
scheduled-jobs
activejob
ruby-on-rails
periodic-jobs
rufus
sneakers
-
Updated
May 4, 2020 - Ruby
Advanced Sneakers adapter for ActiveJob
-
Updated
May 23, 2021 - Ruby
Run processing background job on Kubernetes for Ruby
-
Updated
May 20, 2021 - Ruby
Active Job adapter for Google Cloud Tasks HTTP targets
-
Updated
Jan 20, 2021 - Ruby
ActiveJob extension for ActiveInteraction gem
-
Updated
May 12, 2021 - Ruby
Simple ActiveJob queue for PostgreSQL using LISTEN/NOTIFY
-
Updated
Jan 23, 2020 - Ruby
Add ActiveJob integration and Schedule Message publish to Hutch
-
Updated
Apr 16, 2020 - Ruby
Wrapper around rufus-scheduler to run recurring ActiveJob jobs
-
Updated
May 19, 2021 - Ruby
Rails on Google Cloud Run
-
Updated
Apr 7, 2021 - Ruby
Inquiries Maker Rails 5.2.6 application. Uses RabbitMQ as message broker/queuer, Sneakers as an ActiveJob adapter for background jobs/workers and Postgres as database. Each entity runs in its own docker container. Orchestrated with docker-compose, for production or staging. But it also has a Capistrano setup for a lesser production server.
ruby
i18n
rails
docker
sidekiq
application
validation
database
capistrano
backend
rabbitmq
background-jobs
jobs
activejob
tests
email-sender
passenger
monit
transciever
inquiries-maker
-
Updated
May 29, 2021 - Ruby
Improve this page
Add a description, image, and links to the activejob topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the activejob topic, visit your repo's landing page and select "manage topics."
This is a bag of thoughts issue, I encourage everyone to file more specific detailed issues and send pull requests.
do not use keyword arguments in plain Sidekiq workers mperham/sidekiq#2372 (check if it works or not with ActiveJob)
do not schedule jobs inside a transaction if a record created/updated inside this transaction will be directly or indirectl