We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6224ee4 commit cfd337fCopy full SHA for cfd337f
1 file changed
README.md
@@ -29,7 +29,7 @@ app = Litestar(plugins=[saq])
29
You can start a background worker with the following command now:
30
31
```shell
32
-litestar --app-dir=examples/ --app basic:app tasks run-worker
+litestar --app-dir=examples/ --app basic:app workers run
33
Using Litestar app from env: 'basic:app'
34
Starting SAQ Workers ──────────────────────────────────────────────────────────────────
35
INFO - 2023-10-04 17:39:03,255 - saq - worker - Worker starting: Queue<redis=Redis<ConnectionPool<Connection<host=localhost,port=6397,db=0>>>, name='samples'>
0 commit comments