Scheduled Triggers do not trigger Jobs in the DEV
Environment. When you're
working locally you should use the Test
feature to trigger any scheduled Jobs.
Scheduled Triggers are triggered automatically by our system on the schedule you define. Once you have deployed your Job, it will run automatically.
Event Triggers are triggered by an event that you send from elsewhere in your code.There are two way to send an event that will trigger eventTrigger():
Webhook Triggers are triggered when you perform the action that the webhook subscribes to. For example, if you have a webhook Trigger that subscribes to the pull_request event on GitHub, then it will be triggered whenever a pull request is opened, closed, or updated on the repo you configured.