influxdb-rails icon indicating copy to clipboard operation
influxdb-rails copied to clipboard

Wrong number of Jobs Executed and Mails Sent

Open michaelbaisch opened this issue 2 years ago • 1 comments

Hello,

I noticed when scheduling a bunch of jobs where each sends one mail, the stats in the Performance Dashboard on jobs executed and mails sent is incorrect. The affected visualizations are the two stats at the top and the mail and job graph in the bottom left. What seems to be happening is that when a bunch of jobs are executed in one batch, they are counted as a single job and for some reason it's similar for mails, when there are multiple mails send in one batch, they are also recognized as only one mail. I had a quick peek in the data and it seems that there is nothing more stored in influx, in other words the dashboard seem to be correct and the problem is probably with the data collection. Using Rails 7 with Delayed::Job as ActiveJob Backend.

Greetings Michael

michaelbaisch avatar Apr 18 '22 09:04 michaelbaisch

Thanks for reporting this @michaelbaisch. Would need to look into this first.

ChrisBr avatar Apr 21 '22 14:04 ChrisBr