Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HTConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EKPCondor
HTConfig
Commits
224254e9
Commit
224254e9
authored
9 months ago
by
Matthias Schnepf
Browse files
Options
Downloads
Patches
Plain Diff
Add auto shutdown
parent
c9b7d21f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
0220.singularity_test.cfg
+5
-0
5 additions, 0 deletions
0220.singularity_test.cfg
with
5 additions
and
0 deletions
0220.singularity_test.cfg
+
5
−
0
View file @
224254e9
...
...
@@ -30,6 +30,11 @@ MaxShutdownTime = $(MachineStarttime) + $(MachineWalltime)
STARTD.MaxJobRetirementTime
=
$(MaxShutdownTime) - $(JobStart:0) - 3 * $(MINUTE)
# Auto Shutdown
# Auto Shutdown after 7 minutes of idle time
STARTD_NOCLAIM_SHUTDOWN
=
7 * $(MINUTE)
# condor_master exits if condor_startd is not running within 2 minutes
MASTER.DAEMON_SHUTDOWN_FAST
=
( STARTD_StartTime == 0 ) && ( ( CurrentTime - DaemonStartTime ) > 2 * $(MINUTE) )
# Shutting down MASTER will trigger shutdown to all other daemons
# Early "nice" shutdown 10 Minutes before limit is reached
MASTER.DAEMON_SHUTDOWN
=
( TimeToLive <= 10 * $(MINUTE) )
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment