I've a nestjs cron job that runs OK locally but it is not triggered in GCP. My code is delivered as docker. See the implementation below.
Any special service that I should activate or configuration I should do in GCP?
My Cron code:
Hi @mailhaim,
Welcome to Google Cloud Community!
Your NestJS cron job defined with @Cron(CronExpression.EVERY_DAY_AT_9AM) works locally but not on GCP when deployed as a Docker container.
Causes:
Solutions: