Skip to content

Commit 076f359

Browse files
committed
Extending execution context for retries
1 parent df7a92b commit 076f359

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@ message InvocationRequest {
263263

264264
// Populates activityId, tracestate and tags from host
265265
RpcTraceContext trace_context = 5;
266+
267+
// current retry count
268+
int32 retry_count = 6;
269+
270+
// max retry count
271+
int32 max_retry_count = 7;
266272
}
267273

268274
// Host sends ActivityId, traceStateString and Tags from host

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables: {
2-
WORKER_VERSION: '2.1.0',
2+
WORKER_VERSION: '2.1.1',
33
NODE_8: '8.x',
44
NODE_10: '10.x',
55
NODE_12: '12.x',

0 commit comments

Comments
 (0)