Trigger.dev home page
v2
Search...
⌘K
Ask AI
Community
triggerdotdev/trigger.dev
triggerdotdev/trigger.dev
Search...
Navigation
Using the Dashboard
Rerunning
Home
v3 Developer Preview
Integrations
Reference
Examples
Getting Started
Introduction
Quick Starts
Writing Jobs - Step by Step
Task Library
Video walkthrough
Concepts
What is Trigger.dev?
Limits
Projects
Client & Adaptors
Jobs, Runs & Tasks
Triggers
HTTP endpoints
Resumability
Delays
Integrations
Trigger.dev Connect
Environments & Endpoints
Guides
Frameworks
Using the CLI
Manual setup
Running your Jobs
Managing Jobs
Using the Dashboard
Managing Jobs
Viewing Runs
Testing Jobs
Rerunning
Using Integrations
React hooks
Deployment
Event Filters
Zod
Self hosting
Contributing
Community & Support
Get help
FAQ
Changelog
Roadmap
Overview
Example Jobs
On this page
1. Run again
2. Retry job run
Using the Dashboard
Rerunning
From a Run page, you can rerun
On the Run page when the Run is in a
success
or
failed
state, you can rerun by clicking the
Rerun
button.
There are two possible rerun options.
1. Run again
This option is always available (when a run has finished).
It creates a brand new run with the same inputs as the original – the same Trigger payload, settings, connections etc.
Stating the obvious: this will run all the code again.
2. Retry job run
This option is only available when the run has failed.
It will continue the existing Run by retrying the Task that failed the Job.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Testing Jobs
Overview
Assistant
Responses are generated using AI and may contain mistakes.