top
RRunPod
•Created by top on 3/5/2024 in #⚡|serverless
How to know when request is failed
Thanks
what happen if I try to cancel the job which is not in queue?
24 replies
RRunPod
•Created by top on 3/5/2024 in #⚡|serverless
How to know when request is failed
Currently, I save status of each request on firebase DB and change status as "Generating" after "/run" request is successful.
And using webhook to be notified for job completion.
I need to set status as "Failed" if the job is not completed after 4 hrs since that job is requested.
Is there any way to implement this?
Thanks in advace.
24 replies
RRunPod
•Created by top on 3/5/2024 in #⚡|serverless
How to know when request is failed
so is failed webhook called only when job is failed while in progress?
not when it is automatically terminated due to ttl?
24 replies
RRunPod
•Created by top on 3/5/2024 in #⚡|serverless
How to know when request is failed
What if I set "ttl (time-to-live)"?
24 replies