This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
b6b4d6980b
rails--rails
/
activejob
/
test
/
adapters
/
async.rb
3 lines
86 B
Ruby
Raw
Normal View
History
Unescape
Escape
Initial implementation of ActiveJob AsyncAdapter.
2015-08-15 23:41:33 -04:00
ActiveJob
::
Base
.
queue_adapter
=
:async
Active Job: smaller footprint for the dev/test async adapter Use one shared worker pool for all queues with 0-#CPU workers rather than separate pools per queue with 2-10*#CPU workers each.
2016-02-28 13:45:16 -05:00
ActiveJob
::
Base
.
queue_adapter
.
immediate
=
true
Copy permalink