htcondor / scitokens-credmon

HTCondor implementation of the Scitokens credential monitor
Apache License 2.0
3 stars 7 forks source link

Add process #29

Closed djw8605 closed 4 years ago

djw8605 commented 5 years ago

In the experience of running the service, sighup occasionally causes the credmon to stall. Run the signal handler in a separate process to isolate any issues.

bbockelm commented 5 years ago

Would probably be a good idea to add some logging to the subprocess. That way, we know that (a) it is alive and (b) it is getting messages from the parent.