Hello, I saw the new feature on JOBS. This is awsome, but, I miss a thing about it.
My usecase/what i want:
- front end send query to API to start a LONG async task (let's say, PGP 60GB file on a server)
- the api return a TASK_ID
- my front end can display the state of the task on the UI (by pooling)
--> Waiting/Running/Ended/ - when ended, my frontend can have the "stored result value of the TASK" (like a small json/txt)
Is that even possible with the current state of JOBS ? Should I need to add function for missing part, or does JOBS is NOT the good techno to use (and so, I will fallback on what i have already did on old project and adapt it)
Thank you !