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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
Watchers for *Run objects are restarted when they return an error
Manage most errors inside goroutines (watchers) instead of throwing them to the main process (treat them as completely separated processes)
Inside watchers, extracting information from malformed *Run objects can end with missing data. Now the default behavior is to log the error and skip the object not to crash other metrics
Error messages templates were moved to constants
GVR definition for Taskrun and Pipelinerun resources are now defined as variables on top