temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
83 stars 66 forks source link

Update TaskQueueTypeInfo to have BacklogInfo #396

Closed Shivs11 closed 5 months ago

Shivs11 commented 5 months ago

Updated the proto for TaskQueueTypeInfo to have BacklogInfo. This was already added by @carlydf but was removed when versioning-2 was merged with master since it was not being used.

I intend on using this for functional tests.