Skip to content

Commit 00c488d

Browse files
committed
fix: get rid of single slot
1 parent 07520c4 commit 00c488d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def main() -> None:
6-
worker = hatchet.worker("test-worker", slots=1, workflows=[my_task])
6+
worker = hatchet.worker("test-worker", workflows=[my_task])
77
worker.start()
88

99

0 commit comments

Comments
 (0)