rails--rails/activejob/lib
Yasuo Honda cb22eb2b36 Remove QueAdapter from Active Job
Que and Rails (Active Job QueAdapter) have applied changes each other
to support Ruby 3 keyword arguments and options provided as top level keywords, etc
via these commits:

https://github.com/rails/rails/pull/44734
https://github.com/rails/rails/pull/44248
d9244b9074 via https://github.com/que-rb/que/pull/319

Finally, we've found it is quite difficult to maintain them.
Going forward Active Job Que adapter can be included in the future version of que gem itself.
Refer to https://github.com/rails/rails/issues/45899 the background for this change.

Active Job Que adapter can be included in the future version of que gem itself.
2022-09-12 22:31:10 +09:00
..
active_job Remove QueAdapter from Active Job 2022-09-12 22:31:10 +09:00
rails/generators/job Show default parent classes for generators in help texts 2022-07-26 18:13:02 -05:00
active_job.rb Teach ActiveJob to set configs on itself 2022-07-30 11:11:15 -04:00