temporal
temporal copied to clipboard
Made approximateBacklogCounter available via legacy API
What changed?
-
approximateBacklogCounterto be available via legacyDescribeTaskQueueAPI - Legacy
BacklogCountHintis removed. I propose that the newapproximateBacklogCounteris a better estimate for task backlog and has been replaced. - Functional test checking if the in-memory backlog counter is updated as expected
- Updated unit tests which were dealing with the legacy API
Why?
- It is better to emit the more accurate backlog counter, which in this case, would be
approximateBacklogCounter.
How did you test it?
- Current CI/CD tests
- Functional test added
Potential risks
None since this is merging into my own feature branch.
Is hotfix candidate?
No