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
When running something like `$ chronicle-etl -e shell | grep "foo", we often get this sort of race condition:
result result Completed job in 2.207684 secs Status: Success Completed: 113 result result
Options to fix this:
loader.finish
sleep N
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running something like `$ chronicle-etl -e shell | grep "foo", we often get this sort of race condition:
Options to fix this:
loader.finish
(but this might print "success" even if the loader then goes on to fail)sleep N
before the status message (hacky)The text was updated successfully, but these errors were encountered: