Subject: GET /generate-all Endpoint Timeout with External Cron Service (Koyeb Web Service)


Hello Koyeb Community/Support,

I am experiencing an issue with a deployed Web Service (enchanting-bibbye-wolvemedia-93fad464) and an external cron job service (cron-job.org).

Goal: I need to trigger a specific endpoint (/generate-all) on my Web Service at predefined UTC times (e.g., 0 7 * * 1-5, 0 11 * * 1-5, 0 15 * * 1-5). This endpoint generates trading signals and involves making multiple (up to 27) calls to the Gemini API, which can be time-consuming.

Problem Description:

  1. I have configured an external cron job on cron-job.org to send a GET request to my endpoint: https://enchanting-bibbye-wolvemedia-93fad464.koyeb.app/generate-all?api_key=842dc1b3aa8646429fd66a11

  2. When a test run is initiated from cron-job.org, it consistently reports **

  3. Where can I find the “problem” logs and how to solve?

    Thx to all.

Hi @Markus_S,

I didn’t get what was happening exactly. Does the GET request timeouts?