temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
523 stars 208 forks source link

Minor correction to TQ stats docs #1606

Closed ShahabT closed 1 month ago

ShahabT commented 1 month ago

What was changed

Remove a comment about task add and dispatch rate metrics that could mislead users.

"Activity tasks always go to normal queues ~so their reported rate is accurate.~"

Why?

Activities do not go to sticky queues, but because they are dispatched eagerly by default the rates are still inaccurate.

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?