argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

fix: Mutex is not initialized when controller restart

Open sarabala1979 opened this issue 1 year ago • 0 comments

Signed-off-by: Saravanan Balasubramanian [email protected]

Fixes #TODO

Please do not open a pull request until you have checked ALL of these:

  • [ ] Create the PR as draft .
  • [ ] Run make pre-commit -B to fix codegen and lint problems.
  • [ ] Sign-off your commits (otherwise the DCO check will fail).
  • [ ] Use a conventional commit message (otherwise the commit message check will fail).
  • [ ] "Fixes #" is in both the PR title (for release notes) and this description (to automatically link and close the issue).
  • [ ] Add unit or e2e tests. Say how you tested your changes. If you changed the UI, attach screenshots.
  • [ ] Github checks are green.
  • [ ] Once required tests have passed, mark your PR "Ready for review".

If changes were requested, and you've made them, dismiss the review to get it reviewed again.

sarabala1979 avatar Oct 20 '22 22:10 sarabala1979