Describe the problem/error/question
I am having troubles using the Google schedule triggers as they are not being executed automatically. When trying manual trigger they work, but they are not being executed on the schedule period. They are activated, credentials set and the timezones of both the n8n and operating system are aligned.
When using a Scheduled Trigger node, they execute well.
Is there any issue with the Google triggers? this happens with Sheets and Drive triggers.
Also I remember when setting the OAuth client in the Cloud Console, I just let the normal scopes and not the sensitive nor restricted scopes so I can publish the app without verification and not having to reauthenticate every 7 days
What is the error message (if any)?
When I look at the logs of the n8n container and change the schedule time, it logs: Deregistered all crons for workflow, but never executes nor registers again the new schedule time.
I am using the EXECUTION_MODE=regular env var only and I am running a normal instance, without workers.
Please share your workflow
Information on your n8n setup
- n8n version: 1.113.3
- Database (default: SQLite): Postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main): I have EXECUTION_MODE=regular, should I use EXECUTION_PROCESS?
- Running n8n via (Docker, npm, n8n cloud, desktop app): Selfhost VPS in a container using Portainer
- Operating system: Ubuntu 24.04