Is it possible to use the pg_cron extension on PostgreSQL at Koyeb?

I would like to use something like CRON for running some SQL functions. Is pg_cron available with PostgreSQL at Koyeb? If so could you point me in the direction of which documentation I can follow to get it going please? If not, which alternatives are available?

Thanks in advance.

Hi @Mark_Howell,

Unfortunately, pg_cron is not available :frowning:

Hi @Lukasz_Oles

Thanks for the confirmation. What alternatives do you have available that can manage scheduled execution of PostgreSQL functions?

Hi @Lukasz_Oles

I think I will go down the route of using Github Actions to create a cron style schedule, which will then trigger the job i need to run via the koyeb api service.

Something that others may have already done.

Kind regards,

Mark