Schedule by Zapier essentially runs on a CRON job: https://en.wikipedia.org/wiki/Cron
You specify whether it runs Monthly, Weekly, Daily, Hourly along with some other settings such as the time it runs.
Check the help documentation: https://zapier.com/apps/schedule/help
@Troy Tessalone
Aren’t all normal triggers CRONs in Zapier?
But each trigger is implemented in apps using one way or the other. For example, if you build custom app on Zapier, we write JS code to ensure proper functioning(pre and post validations) of the trigger if needed.
Also, these triggers run every 2, 5, 15 mins as per user’s plan.
What I am asking is this:
Are triggers from Schdule by Zapier app run the same way i.e. they run every 2, 5, 15 mins and check the condition in js/python code and execute if the time has come or directly scheduled CRONs to only run on their scheduled times and not as per user plans.
Article: https://zapier.com/help/doc/common-problems-schedule
Note: Because tasks queue, it is not guaranteed that the zap will run precisely to the minute. They should run within a few minutes of what you schedule.
There is NO mention of there being a delay related to the Zapier plan for the Schedule by Zapier app.
Zap Triggers are either webhooks (instant) or GET requests that run on a CRON.
Well,
I contacted Zapier via email and they confirmed that schedule triggers are subscription triggers.