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 try to create a widget who compute time's issues (from issue's status change) and insert them in the database for the current user.
But if i used a widget on a dashboard to to that : the job is done 4 times (perhaps because the server use 4 workers PUMA to run the server... i don't know...)
So, in database i have 4 inserts for the same time's issue, but the widget is present just one time in my dashboard and display my charts.
Can you help my to understand why my helper methods is call several times ?
In debug on my computer i don't have any problem.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hello,
I try to create a widget who compute time's issues (from issue's status change) and insert them in the database for the current user.
But if i used a widget on a dashboard to to that : the job is done 4 times (perhaps because the server use 4 workers PUMA to run the server... i don't know...)
So, in database i have 4 inserts for the same time's issue, but the widget is present just one time in my dashboard and display my charts.
Can you help my to understand why my helper methods is call several times ?
In debug on my computer i don't have any problem.
Thanks a lot.
The text was updated successfully, but these errors were encountered: