davydovanton / sidekiq-statistic

See statistic about your workers
MIT License
797 stars 81 forks source link

(#123) Change log parser regexp #124

Closed rbUUbr closed 5 years ago

rbUUbr commented 5 years ago
  1. Changed condition to check if log line contains info about worker. Was: Parser was  just checking for substring in log line Now: LogParser is now checking for info about worker with updated regex using the match method

https://github.com/davydovanton/sidekiq-statistic/issues/123