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 helper scripts (service node, prescript, and postscript) can rapidly churn due to HTCondor / DAGMan lacking any sort of cooloff mechanism.
On failure,
Since we don't keep state of how recently we've failed, we can't do an exponential backoff easily -- will need to do the flat delay.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The helper scripts (service node, prescript, and postscript) can rapidly churn due to HTCondor / DAGMan lacking any sort of cooloff mechanism.
On failure,
Since we don't keep state of how recently we've failed, we can't do an exponential backoff easily -- will need to do the flat delay.
The text was updated successfully, but these errors were encountered: