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
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
When I set up wrong postgresql connection for the Argo persistence feature, the workflow controller became panic with the following log.
What you expected to happen:
It should fail with an appropriate error log. I tried to fix the issue, but it's not that easy because the DB connection becomes nil in the resync config thread w/ no lock.
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
When I set up wrong postgresql connection for the Argo persistence feature, the workflow controller became panic with the following log.
What you expected to happen:
It should fail with an appropriate error log. I tried to fix the issue, but it's not that easy because the DB connection becomes
nil
in the resync config thread w/ no lock.https://github.com/argoproj/argo/blob/d82de8813910afaf9b3fb77d029faa7953bfee3a/workflow/controller/config_controller.go#L49-L60
How to reproduce it (as minimally and precisely as possible):
Run a workflow controller with the following config.
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: