8 lines
155 B
Python
8 lines
155 B
Python
CELERY_BEAT_SCHEDULE = {
|
|
# "test": {
|
|
# "task": "core.apps.home.tasks.demo.add",
|
|
# "schedule": 5.0,
|
|
# "args": (1, 2)
|
|
# },
|
|
}
|