resque-job-stats icon indicating copy to clipboard operation
resque-job-stats copied to clipboard

Job-centric stats for resque

Results 8 resque-job-stats issues
Sort by recently updated
recently updated
newest added

In modules `Resque::Plugins::JobStats::Duration` and `Resque::Plugins::JobStats::History` I see two different callbacks that start from `around_perform_`? From what I understand it means that job run twice to measure the time, is it...

We were trying to use this gem and realized it was working for normal resque jobs but not for ActiveJob jobs. The main difference seems to be ActiveJob has `#perform`...

Hello, We had a couple of issues recently where some time series values got an empty string without expiration. Shouldn't the code in https://github.com/alanpeabody/resque-job-stats/blob/v0.4.2/lib/resque/plugins/job_stats/timeseries.rb#L50 be wrapped with a `MULTI` command...

d3 bar graphs plus typical resque table UI for performed and enqueued jobs. Fixes #12 Looking for feedback from people using this gem. The UI is definitely pretty barebones, but...

This code seems like it is subject to race conditions, and could result in `@measured_jobs` being initialized more than once, and previous value clobbered. https://github.com/alanpeabody/resque-job-stats/blob/bba25c22813e49835ae4a781bfaa72a0af002053/lib/resque/plugins/job_stats.rb#L25-L27 ``` ruby def self.measured_jobs @measured_jobs...

I've done this as a workaround in my `BaseJob` superclass: ``` ruby # JobStats is implemented in such a way that we can't just extend a superclass: # https://github.com/alanpeabody/resque-job-stats/blob/master/lib/resque/plugins/job_stats.rb#L19-L21 def...

Add the performed_by_day and queue_by_day as we need the stats for one month

This data doesn't seem to be included in the UI: Jobs enqueued as timeseries data (minute, hourly) Jobs performed as timeseries data (minute, hourly) Add to the Job_Stats UI view