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
Would it make sense to wrap the rails_performance notification subscriber code branch with a Thread or Concurrent::Future so it can handle the payload prepearing redis writing on another thread?
Do you have any statistics on how much overhead of this gem on production, as in milliseconds or memory usage?
The text was updated successfully, but these errors were encountered:
Would it make sense to wrap the
rails_performance
notification subscriber code branch with aThread
orConcurrent::Future
so it can handle the payload prepearing redis writing on another thread?Do you have any statistics on how much overhead of this gem on production, as in milliseconds or memory usage?
The text was updated successfully, but these errors were encountered: