#
activejob
Here are 54 public repositories matching this topic...
A super efficient Amazon SQS thread based message processor for Ruby
-
Updated
Sep 9, 2020 - Ruby
Multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.
-
Updated
Sep 16, 2020 - Ruby
pirj
commented
Sep 14, 2019
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
Easy drools,version 8.0.3
-
Updated
Sep 15, 2020 - Java
Automatic retries for ActiveJob
-
Updated
Sep 3, 2020 - Ruby
Google Cloud Pub/Sub adapter and worker for ActiveJob
-
Updated
Sep 2, 2019 - Ruby
Distributed task queue written in Ruby, backed by Redis and using event loops to handle concurrency
-
Updated
Jun 25, 2020 - Ruby
Unique jobs for ActiveJob. Ensure the uniqueness of jobs in the queue.
-
Updated
Sep 15, 2020 - Ruby
It's a Rails engine that allows you to play nice with Active Job in Active Admin providing user feedback
-
Updated
May 28, 2020 - 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
Non-blocking ActiveRecord method invocation
-
Updated
Aug 28, 2019 - Ruby
Run processing background job on Kubernetes for Ruby
-
Updated
Jun 25, 2020 - Ruby
Advanced Sneakers adapter for ActiveJob
-
Updated
Aug 21, 2020 - Ruby
ActiveJob extension for ActiveInteraction gem
-
Updated
Jul 30, 2020 - Ruby
Simple ActiveJob queue for PostgreSQL using LISTEN/NOTIFY
-
Updated
Jan 23, 2020 - Ruby
Active Job adapter for Google Cloud Tasks HTTP targets
-
Updated
Jul 11, 2020 - Ruby
Wrapper around rufus-scheduler to run recurring ActiveJob jobs
-
Updated
Jul 7, 2020 - Ruby
Add ActiveJob integration and Schedule Message publish to Hutch
-
Updated
Apr 16, 2020 - Ruby
Inquiries Maker Rails 5.2.3 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
Sep 17, 2020 - 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."


I've come up against a bug with ActiveRecord when using namespaces models and polymorphic associations, it's a common use-case so should probably be fixed before a 4.2 release.
Error:
Example: