Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: log workflow size before hydrating/dehydrating. Fixes #8976 #8988

Merged
merged 4 commits into from
Jun 18, 2022

Conversation

dpadhiar
Copy link
Member

Signed-off-by: Dillen Padhiar [email protected]

Fixes #8976

If a workflow fails to be hydrated / dehydrated, it can be hard to tell what the issue may be. Many times, it may be because the workflow is too large and thus this change will log the size of the workflow so they may investigate for this case.

@dpadhiar dpadhiar marked this pull request as ready for review June 16, 2022 23:04
Signed-off-by: Dillen Padhiar <[email protected]>
@sarabala1979 sarabala1979 merged commit 89f82ce into argoproj:master Jun 18, 2022
@sarabala1979 sarabala1979 mentioned this pull request Jun 23, 2022
51 tasks
sarabala1979 pushed a commit that referenced this pull request Jun 23, 2022
)

* feat: log workflow size before hydrating/dehydrating. Fixes #8976

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: added log field to previous log statement

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: moved log for workflow size to hydrator.go

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: move log in Hydrate()

Signed-off-by: Dillen Padhiar <[email protected]>
juliev0 pushed a commit to juliev0/argo-workflows that referenced this pull request Jul 14, 2022
…8976 (argoproj#8988)

* feat: log workflow size before hydrating/dehydrating. Fixes argoproj#8976

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: added log field to previous log statement

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: moved log for workflow size to hydrator.go

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: move log in Hydrate()

Signed-off-by: Dillen Padhiar <[email protected]>
Signed-off-by: Julie Vogelman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logging workflow size before Dehydrate the workflow
2 participants