Closed randomir closed 4 months ago
Recently SAPI added support for long polling calls on problem status endpoints.
Long polling behavior is activated by appending timeout=<sec> query parameter.
timeout=<sec>
Default value for timeout is 1 second, and maximum allowed value is 30 seconds.
In addition to short polling with exponential back-off, we want to add long-polling as polling schedule strategy, and eventually make it the default.
Recently SAPI added support for long polling calls on problem status endpoints.
Long polling behavior is activated by appending
timeout=<sec>
query parameter.Default value for timeout is 1 second, and maximum allowed value is 30 seconds.
In addition to short polling with exponential back-off, we want to add long-polling as polling schedule strategy, and eventually make it the default.