Changelog #80
·
Better navigation between runs
Quickly navigate between parent, root and triggered runs using the new links in the run inspector.
Co-founder, Trigger.dev
The run page inspector has now been updated with new links to make navigating around your runs easier.
Links to triggered runs
You can now jump to all the runs triggered by other runs. This is especially useful if you use batchTrigger()
to trigger multiple runs at once.
Links to parent and root tasks
Previously, you could only navigate to the root of a run, if it had one. Now you can jump to both the parent and root of a run using the Details tab .
Updating
Run metadata is available as of version 3.0.9
of the SDK. To update, run:
_10npx trigger.dev@latest update
If you are self-hosting Trigger.dev, you will need to update to version 3.0.9 or later. See our self-hosting updating docs for more information.