Skip to content

Commit

Permalink
fix: Poll Ganymede a little faster
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 26, 2024
1 parent 4bf0795 commit 2f72b87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/utd_ganymede.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def select_queue = { memory, cpu ->
// submitRateLimit of 20 per minute
executor {
queueSize = 100
pollInterval = '5 min'
queueStatInterval = '5 min'
queueStatInterval = '2 min'
submitRateLimit = '20 min'
jobName = { "${task.process.split(':').last()}" }
}
Expand Down

0 comments on commit 2f72b87

Please sign in to comment.