We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some workflows, we re-check the same Google Cloud log line multiple times in a loop:
zebra/.github/workflows/test-full-sync.yml
Lines 238 to 242 in 6d2c4fb
This log line will never change, because the zebrad process has finished.
zebrad
This could cause hangs, but it doesn't seem to be doing that right now, so it's a low priority.
In every workflow that checks logs after zebrad has exited:
The text was updated successfully, but these errors were encountered:
gustavovalverde
Successfully merging a pull request may close this issue.
Motivation
In some workflows, we re-check the same Google Cloud log line multiple times in a loop:
zebra/.github/workflows/test-full-sync.yml
Lines 238 to 242 in 6d2c4fb
This log line will never change, because the
zebrad
process has finished.This could cause hangs, but it doesn't seem to be doing that right now, so it's a low priority.
Designs
In every workflow that checks logs after
zebrad
has exited:The text was updated successfully, but these errors were encountered: