Skip to content

Commit 341418a

Browse files
committed
Stabilize delayed entity E2E polling
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b872ac61-5bac-40e3-b9c7-daf295725fde
1 parent 452f253 commit 341418a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • tests/azure-functions-durable/e2e/apps/dtask_style

tests/azure-functions-durable/e2e/apps/dtask_style/host.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"extensions": {
1313
"durableTask": {
1414
"storageProvider": {
15-
"type": "AzureStorage"
15+
"type": "AzureStorage",
16+
"maxQueuePollingInterval": "00:00:01"
1617
}
1718
}
1819
}

0 commit comments

Comments
 (0)