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:
-
I have configured an external cron job on
cron-job.orgto send aGETrequest to my endpoint:https://enchanting-bibbye-wolvemedia-93fad464.koyeb.app/generate-all?api_key=842dc1b3aa8646429fd66a11 -
When a test run is initiated from
cron-job.org, it consistently reports ** -
Where can I find the “problem” logs and how to solve?
Thx to all.