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 df7a92b commit 076f359Copy full SHA for 076f359
azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto
@@ -263,6 +263,12 @@ message InvocationRequest {
263
264
// Populates activityId, tracestate and tags from host
265
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;
272
}
273
274
// Host sends ActivityId, traceStateString and Tags from host
azure-pipelines.yml
@@ -1,5 +1,5 @@
1
variables: {
2
- WORKER_VERSION: '2.1.0',
+ WORKER_VERSION: '2.1.1',
3
NODE_8: '8.x',
4
NODE_10: '10.x',
5
NODE_12: '12.x',
0 commit comments