Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
da451a8
added the retry logic
Apr 20, 2026
1fc3df5
Merge branch 'main' into stevosyan/add-retry-to-complete-calls
Apr 27, 2026
4fc5200
Update src/Worker/Grpc/GrpcDurableTaskWorker.Processor.cs
sophiatev Apr 27, 2026
61f8a21
Add tests for ExecuteWithRetryAsync retry logic
Copilot Apr 27, 2026
32cc282
removed redundant logs
Apr 27, 2026
d640ac6
fixed line endings
Apr 27, 2026
b18d970
Apply suggestion from @Copilot
sophiatev Apr 27, 2026
5a38c5f
returned the completion logs
Apr 27, 2026
9a57bf8
Merge branch 'stevosyan/add-retry-to-complete-calls' of https://githu…
Apr 27, 2026
614893e
Potential fix for pull request finding 'Local scope variable shadows …
sophiatev Apr 27, 2026
6826505
Update src/Worker/Grpc/GrpcDurableTaskWorker.Processor.cs
sophiatev Apr 27, 2026
28b2839
fixed the line endings
Apr 27, 2026
55535e3
Add max-attempts exhaustion test for ExecuteWithRetryAsync
Copilot Apr 27, 2026
ba6c0c0
Assert status code in TransientGrpcRetry log test
Copilot Apr 27, 2026
e609227
simplied method extraction
Apr 27, 2026
9625812
Add status code assertion to MultipleTransientErrors log test
Copilot Apr 27, 2026
8ec4113
refactored so the retry also uses the shared backoff class
Apr 27, 2026
5d1b8e6
Merge branch 'stevosyan/add-retry-to-complete-calls' of https://githu…
Apr 27, 2026
08922fb
Trying to fix line endings
Apr 27, 2026
aa19300
reverting some unnecessary changes
Apr 27, 2026
3df94d7
missed the log changes
Apr 27, 2026
155b5ed
Potential fix for pull request finding 'Missed ternary opportunity'
sophiatev Apr 27, 2026
05a0958
Update src/Worker/Grpc/GrpcDurableTaskWorkerOptions.cs
sophiatev Apr 27, 2026
fc5c1ff
Fix thread-safety: create Random per ExecuteWithRetryAsync call, remo…
Copilot Apr 27, 2026
89957bb
fixed attempt logic
Apr 27, 2026
35051fa
fixing line endings
Apr 27, 2026
6d11687
reverting some more unnecessary changes
Apr 27, 2026
de9c357
fixing the failing tests
Apr 27, 2026
2eda8a9
fixed the log tests
Apr 27, 2026
d16cdc3
fixing the failing tests
Apr 27, 2026
1379dd4
test: add integration-level retry tests to RunBackgroundTaskLoggingTe…
Copilot Apr 27, 2026
cf46ceb
fixed the failing test
Apr 27, 2026
ed926d0
fixed another failing max attempt test
Apr 27, 2026
33700f2
test: add Non_Transient_Abandon_Orchestrator_Error_Is_Not_Retried int…
Copilot Apr 27, 2026
b3e93e3
updated the tests slightly
Apr 27, 2026
1142c65
removed try-catch, updated tests
Apr 27, 2026
c3c9571
remove json change
Apr 27, 2026
f9052dd
fix line endings, add a few more logs
Apr 28, 2026
81801a3
change order of a log and reconnect attempt
Apr 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading