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
With new version deployed on staging which contains new service for checking, I noticed that the runs table always contains 0 on counters.
This probably means, that insert to db is done before the projects are actually checked. We will probably need some wait for the thread pool to solve this issue.
The text was updated successfully, but these errors were encountered:
Statistics were saved to database before the actual check was finished.
This commit is adding wait for every thread executed in the pool.
Fixesfedora-infra#795
Signed-off-by: Michal Konečný <[email protected]>
Statistics were saved to database before the actual check was finished.
This commit is adding wait for every thread executed in the pool.
Fixesfedora-infra#795
Signed-off-by: Michal Konečný <[email protected]>
Statistics were saved to database before the actual check was finished.
This commit is adding wait for every thread executed in the pool.
Fixes#795
Signed-off-by: Michal Konečný <[email protected]>
With new version deployed on staging which contains new service for checking, I noticed that the
runs
table always contains 0 on counters.This probably means, that insert to db is done before the projects are actually checked. We will probably need some wait for the thread pool to solve this issue.
The text was updated successfully, but these errors were encountered: