Add some postgresql-specific features to solid_queue.
- Replace
solid_queue_jobs.arguments
with jsonb column. - Send a notification to workers when a job is enqueued using listen/notify feature.
- ruby 3.1+
- rails 7.2+
- solid_queue 1.1
Add this line to your application's Gemfile:
gem 'solid_queue_pg'
And then execute:
$ bundle
Generate migration files:
$ rails generate solid_queue_pg:migration
Then run migration:
$ rake db:migrate
Bug reports and pull requests are welcome on GitHub at https://github.com/kanety/solid_queue_pg.
The gem is available as open source under the terms of the MIT License.