mirror of
https://github.com/sasjs/server.git
synced 2026-01-03 21:10:05 +00:00
chore(api): updated endpoint description
This commit is contained in:
@@ -30,8 +30,10 @@ export class SessionController {
|
||||
}
|
||||
|
||||
/**
|
||||
* The polling endpoint is currently implemented for single-server deployments only.<br>
|
||||
* Load balanced / grid topologies will be supported in a future release.<br>
|
||||
* If your site requires this, please reach out to SASjs Support.
|
||||
* @summary Get session state (initialising, pending, running, completed, failed).
|
||||
* Polling session state won't work in a load-balanced situation.
|
||||
* @example completed
|
||||
*/
|
||||
@Get('/:sessionId/state')
|
||||
|
||||
Reference in New Issue
Block a user