Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a0a810af
authored
Nov 11, 2013
by
Guba Sándor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
django: change settings to outsorce celery to mancelery
parent
ed351d66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
circle/circle/settings/base.py
+2
-7
No files found.
circle/circle/settings/base.py
View file @
a0a810af
...
...
@@ -229,6 +229,7 @@ THIRD_PARTY_APPS = (
# Apps specific for this project go here.
LOCAL_APPS
=
(
'common'
,
'vm'
,
'storage'
,
'firewall'
,
...
...
@@ -305,11 +306,5 @@ VM_ACCESS_PROTOCOLS = loads(get_env_variable('DJANGO_VM_ACCESS_PROTOCOLS',
"ssh": ["SSH", 22, "tcp"]}'''
))
VM_SCHEDULER
=
'manager.scheduler'
from
datetime
import
timedelta
CELERYBEAT_SCHEDULE
=
{
'blabla'
:
{
'task'
:
'firewall.tasks.local_tasks.periodic_task'
,
'schedule'
:
timedelta
(
seconds
=
5
),
},
}
BROKER_URL
=
get_env_variable
(
'AMQP_URI'
)
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