Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong number of Jobs Executed and Mails Sent #200

Open
michaelbaisch opened this issue Apr 18, 2022 · 1 comment
Open

Wrong number of Jobs Executed and Mails Sent #200

michaelbaisch opened this issue Apr 18, 2022 · 1 comment

Comments

@michaelbaisch
Copy link
Contributor

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

@ChrisBr
Copy link
Collaborator

ChrisBr commented Apr 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants