1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test/support
Hartley McGuire f83f5c81af fix Que integration tests for Active Job
Replace Que.* settings that were removed in Que 1.0 with options passed
to Que::Locker. The Locker class creates its own thread for managing
work distribution, so the Thread created in the QueJobsManager was also
removed.
2022-01-27 16:24:16 -05:00
..
backburner
delayed_job/delayed Fix warning: method redefined 2020-03-13 18:19:14 +01:00
integration fix Que integration tests for Active Job 2022-01-27 16:24:16 -05:00
que fix que integration in Active Job tests part 2 2022-01-24 21:56:38 -05:00
queue_classic Given method here (e.g. perform) should be public_sendable 2020-10-07 20:55:59 +09:00
sneakers Fix Ruby warnings tickled by the test suite 2018-06-30 10:20:45 +02:00
stubs Permit ActionController::Parameters for serializable Hash 2018-11-19 17:38:29 -05:00
job_buffer.rb