pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.44k stars 251 forks source link

Receive time too long #192

Closed arpitdalal closed 1 year ago

arpitdalal commented 1 year ago

Why does receive time look like this? My other jobs have receive time of 0ms but this is 28s? What am I doing wrong? The endpoint scrapes through a site and gives back a response depending upon what it finds and I've checked manually that the endpoint doesn't take 30s to give response.

image

arpitdalal commented 1 year ago

Test run also suceeds, just the job itself fails for some reason 🤷‍♂️ image

pschlan commented 1 year ago

This means we're actually waiting for ~ 30 seconds until your endpoint signals that the request has been completed. It doesn't matter when the first response from the endpoint comes, but how long it takes for the complete request to be completed (e.g. your server closing the connection).

I can send you a more verbose log from our side if you could send me the exact endpoint or cron job ID to info@cron-job.org, referencing this issue (#192). Thanks.