Skip to content

Instantly share code, notes, and snippets.

@marianobrc
Created April 6, 2022 14:23
Show Gist options
  • Save marianobrc/2d8d5a7a687bb5e18387836721ecf28b to your computer and use it in GitHub Desktop.
Save marianobrc/2d8d5a7a687bb5e18387836721ecf28b to your computer and use it in GitHub Desktop.
A script to start a velery worker to process messages from a queue
#!/bin/sh
celery -A app worker -Q $1 -l info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment