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 07520c4 commit 00c488dCopy full SHA for 00c488d
src/worker.py
@@ -3,7 +3,7 @@
3
4
5
def main() -> None:
6
- worker = hatchet.worker("test-worker", slots=1, workflows=[my_task])
+ worker = hatchet.worker("test-worker", workflows=[my_task])
7
worker.start()
8
9
0 commit comments