Cron with serverless
chaorders1
FREEOP

a year ago

Hi,

I need a server to run supabase backup twice a day for me. Other times, I don't need that server always running.

Is there a method to combine cron and serverless together?

Solved

1 Replies

a year ago

Hello,

CRON and Severless are not compatible technologies.

You would want a script to do the backup and then exit so that you can run it on a CRON schedule since single-action apps that do a task and exit are suitable for CRON, and since it exits it will not be running when it's not running.

Best,

Brody


Status changed to Awaiting User Response Railway about 1 year ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...