14ece5e429
aa28c5ca65
175ba66664
1
2
3 4 5 6 7 8 9 10 11 12 13 14 15 16
# frozen_string_literal: true module InlineJobsManager def setup ActiveJob::Base.queue_adapter = :inline end def clear_jobs end def start_workers end def stop_workers end end