Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
emfollow
gwcelery
Commits
201f5acb
Commit
201f5acb
authored
2 years ago
by
Roberto DePietri
Committed by
Leo Pound Singer
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed request_disk = 10GB
parent
a1fdd7c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!859
Added request_disk specification
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gwcelery/data/gwcelery.sub
+1
-8
1 addition, 8 deletions
gwcelery/data/gwcelery.sub
with
1 addition
and
8 deletions
gwcelery/data/gwcelery.sub
+
1
−
8
View file @
201f5acb
...
...
@@ -5,21 +5,19 @@ getenv = true
executable = /usr/bin/env
log = gwcelery-condor.log
on_exit_remove = false
request_disk = 10GB
JobBatchName = gwcelery
arguments = "gwcelery beat -f gwcelery-beat.log"
description = gwcelery-beat
request_disk = 10MB
queue
arguments = "gwcelery flask -l info -f gwcelery-flask.log run --with-threads --host 127.0.0.1"
description = gwcelery-flask
request_disk = 10MB
queue
arguments = "gwcelery flower --address=127.0.0.1 --log-file-prefix=gwcelery-flower.log"
description = gwcelery-flower
request_disk = 10MB
queue
# FIXME: The GraceDB tasks are not very computationally intensive, but take a
...
...
@@ -27,22 +25,18 @@ queue
# number of hardware threads until the GraceDB API throughput is improved.
arguments = "gwcelery worker -l info -n gwcelery-worker@%h -f %n.log -Q celery --lvalert --email --autoscale 64,8 --prefetch-multiplier 1"
description = gwcelery-worker
request_disk = 10MB
queue
arguments = "gwcelery worker -l info -n gwcelery-exttrig-worker@%h -f %n.log -Q exttrig -c 1"
description = gwcelery-exttrig-worker
request_disk = 10MB
queue
arguments = "gwcelery worker -l info -n gwcelery-superevent-worker@%h -f %n.log -Q superevent -c 1 --prefetch-multiplier 1"
description = gwcelery-superevent-worker
request_disk = 10MB
queue
arguments = "gwcelery worker -l info -n gwcelery-voevent-worker@%h -f %n.log -Q voevent -P solo"
description = gwcelery-voevent-worker
request_disk = 10MB
queue
...
...
@@ -50,7 +44,6 @@ queue
+Online_EMFollow = True
Requirements = (TARGET.Online_EMFollow =?= True)
request_cpus = TARGET.Cpus
request_disk = 10MB
request_memory = 3700
universe = vanilla
# FIXME: workaround for https://www-auth.cs.wisc.edu/lists/htcondor-users/2019-October/msg00051.shtml
...
...
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