Skip to content

Commit 1c03c36

Browse files
authored
Update concurrency value to be lambda since not set in env (#297)
1 parent b9e784a commit 1c03c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/development/dual-mode-worker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if mode_to_run == "pod":
9696
else:
9797
runpod.serverless.start({
9898
"handler": handler,
99-
"concurrency_modifier": adjust_concurrency,
99+
"concurrency_modifier": lambda current: 1,
100100
})
101101

102102
```

0 commit comments

Comments
 (0)