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
it was needed when TaskWorker was using multiple X509 proxies at same time and needed to submit to schedulers with the user's proxy.
Now that we submit using a single service token, w/o GSI, there's no need anymore
This is needed in order to progress on #8272
The text was updated successfully, but these errors were encountered:
So far done in DagmanSubmitter and it works.
Sorry, something went wrong.
modified code for DagmanSubmitter is in my branch https://github.com/belforte/CRABServer/tree/stop-using-authenticated-subprocess-8277 I am not sure if possible errors are properly handled in this version, in particular I am trying to avoid returning a clusterId incase schedd.submit works but schedd.spool fails.
schedd.submit
schedd.spool
stop using AuthenticatedSubprocess. Fix dmwm#8277
8eefb6f
6f65ad6
belforte
No branches or pull requests
it was needed when TaskWorker was using multiple X509 proxies at same time and needed to submit to schedulers with the user's proxy.
Now that we submit using a single service token, w/o GSI, there's no need anymore
This is needed in order to progress on #8272
The text was updated successfully, but these errors were encountered: