diff --git a/tasks.py b/tasks.py index 179d73546a..2d7d395d10 100644 --- a/tasks.py +++ b/tasks.py @@ -111,6 +111,13 @@ def shell(c): manage(c, 'shell', pty=True) +@task +def worker(c): + """ + Run the InvenTree background worker process + """ + + manage(c, 'qcluster', pty=True) @task def superuser(c):