You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ It picks the latest released worker based on your python version and installs it
98
98
Running the worker is straightforward:
99
99
100
100
```bash
101
-
fluxqueue start --tasks-module-path tasks
101
+
fluxqueue start --tasks-module-path myapp/tasks
102
102
```
103
103
104
104
In order the worker to disover your tasks you need to pass `--tasks-module-path` argument with the path to the tasks module. For more information please view the [documentation](https://fluxqueue.ccxlv.dev/tutorial/defininig_and_exposing_tasks).
0 commit comments