Hey, I was thinking of moving my current Vercel project to Koyeb. Does Koyeb support Cron jobs or background tasks?
Kind regards,
Simon
Hey, I was thinking of moving my current Vercel project to Koyeb. Does Koyeb support Cron jobs or background tasks?
Kind regards,
Simon
Hey Simon!
We plan to support native workers by the end of the year/early 2023. Scheduled jobs are also planned, but I don’t have a precise ETA to share at this time. You can subscribe for Scheduled jobs and Native worker support to follow the evolution of these features.
For now, the workaround to run workers on Koyeb is to make your app listen on a port.
Can you share more about your project and how you plan to deploy your app? With Docker pre-built containers or git-driven?
hi, does koyeb now support background tasks and worker config, I did a configuration in my profile but it not working.
Hi, not yet! The workaround for workers is to make the app listen on a port. We will update you when we start supporting background tasks and workers.