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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Worker config command (#1849).
Exposed an ability to watch Worker's config for its admin, master and inspection subjects.
Fixed
Revert per-chunk stream authorization (#1848).
It was implemented for inspection service, but no longer required, since it has a more convenient way to subscribe for authorization change events. Fixes inability to use "TaskLogs" handle.
Proper error type in ErrorOrNil (#1847).
Fixed bug with task cancellation:
Process ask-plan which are pending for deletion in a usual pipeline to update order info in case ask-plan cannot be deleted right now.
Do not terminate on default (empty) QoS URI (#1846).
Add missing method for the worker management ACL (#1845).
Accept URI as remote QoS endpoint for consistency (#1843).
Previously we can only specify ip:port OR unix:///path, but not tcp://ip:port. Now, the scheme prefix is required and correctly parsed.
Flush IFB on demand when using remote service (#1844).