You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gem.description = %q{Rack middleware that implements the Worker Pattern}
gem.summary = %q{Processes GET requests with a worker backend and only serves them straight from a cache. Your web frontend is never blocked processing the request. Implementation of the Worker Pattern}