Skip to content

Instantly share code, notes, and snippets.

@pratik-choudhari
Created February 14, 2022 16:14
Show Gist options
  • Select an option

  • Save pratik-choudhari/7c59e62f58fff72067804b3c3380fe01 to your computer and use it in GitHub Desktop.

Select an option

Save pratik-choudhari/7c59e62f58fff72067804b3c3380fe01 to your computer and use it in GitHub Desktop.
from redis import Redis
from rq import Queue
cnx = Redis()
task_queue = Queue("long_task_queue", connection=cnx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment