Created
May 14, 2021 03:36
-
-
Save syedjafer/d5190a1c42322888d8be6ca7b1e1b56f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| from celery import Celery | |
| app = Celery(name="tasks", | |
| broker="redis://localhost:6379/0", | |
| backend="db+sqlite:///db+sqlite3" | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment