-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade celery and use django-celery-beat for periodic tasks
Change-Id: I56c08e7b089e31ba7304bb947f8be71a4a472f62
- Loading branch information
1 parent
ac921f2
commit 6cf062e
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
celery==4.4.7 | ||
kombu==4.6.11 | ||
celery==5.2.3 | ||
Django==3.2.* | ||
mongoengine==0.23.0 |