exekutor 0.1.2
PostgreSQL backed active job adapter which uses `LISTEN/NOTIFY` to listen for jobs and `FOR UPDATE SKIP LOCKED` to reserve jobs.
Gemfile:
=
install:
=
Runtime Dependencies (7):
activejob
>= 6.0, < 8.0
activerecord
>= 6.0, < 8.0
concurrent-ruby
~> 1.1
gli
~> 2.0
railties
>= 6.0, < 8.0
rainbow
~> 3.0
terminal-table
~> 3.0
Development Dependencies (15):
combustion
~> 1.3
minitest
~> 5.0
minitest-reporters
~> 1.6
mocha
~> 2.0
pg
~> 1.4
rack-test
~> 2.1
rubocop
~> 1.21
rubocop-minitest
~> 0.29
rubocop-performance
~> 1.16
rubocop-rails
~> 2.18
simplecov
~> 0.22
timecop
~> 0.9
webrick
~> 1.6
yard
~> 0.9
yard-activesupport-concern
~> 0.0