Skip to content

Commit 5318ca8

Browse files
authored
Merge pull request #72 from cmu-delphi/OKRS24-45-Set-up-celery-for-cron-jobs
celery setup
2 parents 5b8997e + 819223e commit 5318ca8

24 files changed

+871
-460
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ htmlcov/
1010
.coverage.*
1111
coverage.xml
1212
*.cover
13+
celerybeat-schedule.*

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ sphinxcontrib-django = "*"
3535
sphinx-rtd-theme = "*"
3636
django-crispy-forms = "*"
3737
crispy-bootstrap5 = "*"
38+
django-celery-beat = "*"
39+
celery = {version = "*", extras = ["redis"]}
40+
flower = "*"
3841
django-htmx = "*"
3942

4043
[dev-packages]

0 commit comments

Comments
 (0)