I have set the Google Sheet Trigger to poll at a specific time, but when I stop and start Docker, this Trigger starts automatically. Is this the expected behavior?
What is the error message (if any)?
No Error.
Please share your workflow
The Google Sheet Trigger is set up to poll a specific sheet at a specific time.
The Trigger settings are as follows:
When n8n restarts, all active workflows are loaded, and if any of them are setup for polling (like Google Sheet Trigger node is), we setup a Cron to schedule the polling.
Since you are seeing this happen on every restart, this sounds like a bug to me.
However, we did a overhaul of the scheduling mechanism recently, and would highly recommend updating n8n to see if this issue is maybe already resolved.