Skip to content

Instantly share code, notes, and snippets.

@syedjafer
Created May 14, 2021 03:36
Show Gist options
  • Select an option

  • Save syedjafer/d5190a1c42322888d8be6ca7b1e1b56f to your computer and use it in GitHub Desktop.

Select an option

Save syedjafer/d5190a1c42322888d8be6ca7b1e1b56f to your computer and use it in GitHub Desktop.
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