igorkasyanchuk/rails_performance
Feature Request - Handle logging on another thread
オープン
#67 opened on 2023/12/01
help wanted
Repository metrics
- Stars
- (1,237 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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?