How to get progress updates from Runpod?
Hi all - my goal is to get progress updates from a job request - presently I'm polling a job status request every two seconds, and I would like to get feedback of the % completed.
Looking through the documentation, I'm updated the handler function in
I was expecting a new key "progress" in my status request response body - but it's not there? What should I be doing - perhaps have I misunderstood the documentation?
Here is the request status:
Looking through the documentation, I'm updated the handler function in
rp_handler.py by adding the following code:I was expecting a new key "progress" in my status request response body - but it's not there? What should I be doing - perhaps have I misunderstood the documentation?
Here is the request status:
