#
activejob
Here are 62 public repositories matching this topic...
A super efficient Amazon SQS thread based message processor for Ruby
-
Updated
Jul 30, 2021 - Ruby
Multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.
-
Updated
Aug 13, 2021 - Ruby
Easy drools,version 8.0.8
-
Updated
May 25, 2021 - Java
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
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
ActiveJob on SQS & Lambda
-
Updated
Jul 13, 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
Advanced Sneakers adapter for ActiveJob
-
Updated
Aug 9, 2021 - Ruby
It's a Rails engine that allows you to play nice with Active Job in Active Admin providing user feedback
-
Updated
Jul 12, 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
Jun 15, 2021 - Ruby
Run processing background job on Kubernetes for Ruby
-
Updated
Jul 13, 2021 - Ruby
Active Job adapter for Google Cloud Tasks HTTP targets
-
Updated
Aug 5, 2021 - Ruby
ActiveJob extension for ActiveInteraction gem
-
Updated
May 12, 2021 - Ruby
Asynchronous background job processing for AWS Lambda with Ruby using Lambda Extensions. Inspired by the SuckerPunch gem but specifically tooled to work with Lambda's invoke model.
-
Updated
Jul 24, 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
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."


Action Dispatch comes with host authorization, a security feature that can be enabled in production by populating
config.hosts. The DNS rebinding attacks it protects against aren’t covered in the security guide. The guide should cover the relevant security issues, how to protect against them at the app level withconfig.hosts, and how reverse