You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rate limiting for downlink queue operations (DownlinkQueuePush, DownlinkQueueReplace) is now applied at the application level instead of per-device. This may result in more ResourceExhausted (429) errors when multiple devices under the same application perform downlink queue operations concurrently.
Fixed
Application Server webhook registry now uses read-only Redis client for non-paginated list operations, reducing connection holding time during high traffic.