Class: OurEelHacks::ScaleOnRoutingQueue
- Inherits:
-
Rack
- Object
- Middleware
- Rack
- OurEelHacks::ScaleOnRoutingQueue
- Defined in:
- lib/our-eel-hacks/rack.rb
Instance Method Summary collapse
-
#initialize(app, flavor = :web) ⇒ ScaleOnRoutingQueue
constructor
A new instance of ScaleOnRoutingQueue.
Methods inherited from Rack
Methods included from Defer::EventMachine
Constructor Details
#initialize(app, flavor = :web) ⇒ ScaleOnRoutingQueue
Returns a new instance of ScaleOnRoutingQueue.
31 32 33 |
# File 'lib/our-eel-hacks/rack.rb', line 31 def initialize(app, flavor = :web) super(app, "HTTP_X_HEROKU_QUEUE_DEPTH", flavor) end |