-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
area/generalNot tied to a specific areaNot tied to a specific areacomplexity/single-taskRegular task; should be done within daysRegular task; should be done within dayskind/bugAn unexpected problem or behaviorAn unexpected problem or behavior
Description
In case the pushgateway pod gets stuck, push_to_gateway() in all workers will raise unhandled TimeoutError. Fix that.
packit-service/packit_service/worker/monitoring.py
Lines 168 to 172 in 1b94583
| push_to_gateway( | |
| self.pushgateway_address, | |
| job=self.worker_name, | |
| registry=self.registry, | |
| ) |
Sentry issue: https://red-hat-it.sentry.io/issues/7081901299
Metadata
Metadata
Assignees
Labels
area/generalNot tied to a specific areaNot tied to a specific areacomplexity/single-taskRegular task; should be done within daysRegular task; should be done within dayskind/bugAn unexpected problem or behaviorAn unexpected problem or behavior