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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
There are a lot of problems faced during the upgrade and sometimes it's very hard to identify where is the problem and at which step it occurs just because of poor logging in the upgrade workflow.
In a very recent upgrade, During capsule sync operation, we get just keyboard interrupt failure(due to timed out) but didn't get the information like in which step it occurred.
Traceback (most recent call last):
File "/home/[*******]/shiningpanda/jobs/9c28985c/virtualenvs/d41d8cd9/lib/python3.6/site-packages/nailgun/entity_mixins.py", line 100, in _poll_task
time.sleep(poll_rate)
KeyboardInterrupt
The purpose of this issue to improve the logging in the current workflow to reduce the
the debugging effort.