Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 524 Bytes

File metadata and controls

13 lines (9 loc) · 524 Bytes

Commands

All the command-line tools support a set of common configuration flags, defined in config.py. Use --help with any of them to see the full list.

  • mrq-worker starts a worker
  • mrq-dashboard starts the web dashboard on the default port
  • mrq-run runs a task. If you add the --async option that will enqueue it to be later ran by a worker

Typical usage is:

$ mrq-run tasks.mylib.myfile.MyTask '{"param1": 1, "param2": True}'