TheRacetrack / racetrack

An opinionated framework for deploying, managing, and serving application workloads
https://theracetrack.github.io/racetrack/
Apache License 2.0
28 stars 5 forks source link

Asynchronous calls to jobs #412

Closed iszulcdeepsense closed 4 months ago

iszulcdeepsense commented 5 months ago

Here's the idea to address the problem of very long requests, ending with a timeout. Pub component could expose the new endpoints for making the asynchronous calls to the jobs. The main idea is to split a long request into 2 parts:

Details:

iszulcdeepsense commented 5 months ago

Plus, it would be nice to have an option to delete the result after retrieving it.