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
The log messages are not strictly ordered with time. E.g.
2017/01/01 00:00:00 scheduler.go:103 ▶ DEBUG github-stars - Job started "0d97c4adebbf" - "/bin/sh -c ..." 2016/12/31 23:59:59 scheduler.go:120 ▶ ERROR github-stars - Job finished "0d97c4adebbf" in "-992.473897ms", failed: true, skipped: false, error: error starting exec: Unrecognized input header
I believe this happened because of the leap second.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The log messages are not strictly ordered with time. E.g.
I believe this happened because of the leap second.
The text was updated successfully, but these errors were encountered: