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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: