How to view, add, modify, and delete jobs
For Jobs to actually run, they need to be connected to the Trigger.dev platform.
The main page for a Project is the list of connected Jobs. You can see overview details for a each Job here, including details on the Trigger, Integrations and when it was last run.
The homepage of a Project
We recommend you do the initial setup of a new Project by following our quick start guide. Once completed you should have an example Job in your dashboard.
When you add a new Job to your codebase, you’ll need to connect it to Trigger.dev. This is achieved by refreshing the endpoint in your local Dev environment.
You only need to do this when you add a new Job (a job with an ID that hasn’t been connected to Trigger.dev before). If you modify an existing Job, you don’t need to refresh the endpoint.
See our deployment guide.
Sometimes there’s a Job that you no longer want to be Triggered. You can achieve this by Disabling it. This will prevent the run()
function being called for that Job.