Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e1e46b30
authored
Aug 19, 2014
by
Guba Sándor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor upstart to use mananager as main upstart job
parent
8700a6da
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
10 deletions
+27
-10
miscellaneous/manager.conf
+23
-0
miscellaneous/mancelery.conf
+1
-3
miscellaneous/moncelery.conf
+1
-3
miscellaneous/slowcelery.conf
+2
-4
No files found.
miscellaneous/manager.conf
0 → 100644
View file @
e1e46b30
description
"CIRCLE manager"
start
on
runlevel
[
2345
]
stop
on
runlevel
[!
2345
]
pre
-
start
script
# Monitor jobs
start
moncelery
# Regular jobs
start
mancelery
# Slow jobs
start
slowcelery
end
script
post
-
stop
script
# Monitor jobs
stop
moncelery
# Regular jobs
stop
mancelery
# Slow jobs
stop
slowcelery
end
script
miscellaneous/mancelery.conf
View file @
e1e46b30
description
"CIRCLE mancelery"
start
on
runlevel
[
2345
]
stop
on
runlevel
[!
2345
]
respawn
respawn
limit
30
30
setgid
cloud
setuid
cloud
...
...
miscellaneous/moncelery.conf
View file @
e1e46b30
description
"CIRCLE mancelery"
start
on
runlevel
[
2345
]
stop
on
runlevel
[!
2345
]
respawn
respawn
limit
30
30
setgid
cloud
setuid
cloud
...
...
miscellaneous/slowcelery.conf
View file @
e1e46b30
description
"CIRCLE mancelery"
start
on
runlevel
[
2345
]
stop
on
runlevel
[!
2345
]
description
"CIRCLE slow jslow job manager"
respawn
respawn
limit
30
30
setgid
cloud
setuid
cloud
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment