Skip to content
Snippets Groups Projects
Commit f9b4bb03 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Accept only jobs when node is healthy

parent f939af10
Branches
No related tags found
No related merge requests found
......@@ -117,4 +117,5 @@ SINGULARITY_EXTRA_ARGUMENTS = "--userns -B /cvmfs --env SINGULARITY_BIND= --env
# Only accept RemoteJobs which will finish in time
START = $(START) && \
( TARGET.RemoteJob =?= TRUE ) && \
( Node_is_Healthy =?= True ) && \
( $(TimeToLive) > TARGET.RequestWalltime )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment