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 809d8b4 commit 121a380Copy full SHA for 121a380
tests/worker/test_workflow.py
@@ -7211,8 +7211,8 @@ async def test_workflow_deadlock_fill_up_slots(client: Client):
7211
client,
7212
DeadlockFillUpBlockWorkflow,
7213
DeadlockFillUpSimpleWorkflow,
7214
- # Start the worker with CPU count + 10 task slots
7215
- max_concurrent_workflow_tasks=cpu_count + 10,
+ # Start the worker with CPU count + 11 task slots
+ max_concurrent_workflow_tasks=cpu_count + 11,
7216
) as worker:
7217
# For this test we're going to start cpu_count + 5 workflows that
7218
# deadlock. In previous SDK versions we defaulted to CPU count
0 commit comments