Skip to content

Topic

Asynchronous APIs

The design pattern where a client submits a long-running job, receives a handle immediately, and collects the result later by polling or streaming instead of holding one HTTP request open.

Current clusters