-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
Description
If you use this gem with a multi-process Rack server such as Unicorn, surely each worker will be returning just a percentage of the correct results (eg., number of requests served, total time), thus making the exposed metrics fairly meaningless?
To solve this the easiest solution is to create a block of shared memory in the master process that all workers share, instead of using instance variables.
Reactions are currently unavailable