How to force /runsync over 60 secs
Need to keep /runsync alive for over 60 seconds. No webhooks, async. Just want the /runsync to work as is just for longer exection times.
6 Replies
cantt, im not sure if theres a way
you can use /status-sync when runsync returns, it shouldnt waste anymore time
Hey is this how /status-sync supposed to work?
- job finished ( i'm querying the job after it finishes )
- i hit /status-sync
- it waits ( seems like it waits for 1m 30 sec, if this is the case how it would be for long running tasks )
- it returns finally after waiting
if i hit /status, it returns immediately like normal
/status-sync, /status
thats a bug ill look at it, its likely waiting for a signal when job gets finished but in reality its already done
alright thanks