Dash0 Raises $110M Series B at $1B Valuation

Last updated: July 5, 2026

About Troubleshooting

Common issues with Automations and how to resolve them.

This section covers common issues when creating and running automations. The following troubleshooting topics are available:

Run Status Meanings

When viewing run history, each run shows a status:

  • Success: Automation completed successfully. Review the summary and tool calls to see what Agent0 did.
  • Error: Automation encountered an error during execution. Check the error message and tool call failures.
  • Guardrail Failure: Automation violated guardrail constraints (e.g., required tool not called, timeout exceeded).
  • In Progress: Automation is currently running. Check back later or view live progress.
  • Cancelled: Automation was manually stopped or superseded by a newer run.

Limits

  • Timeout: Default is 10 minutes per run. Increase in guardrails for complex automations.
  • Concurrent runs: Controlled by concurrency policy (none, parallel, queue, skip, supersede).
  • Queue capacity: Queue policy holds up to 100 triggers. Additional triggers are discarded.
  • Tool limits: Each tool inherits limits from its integration (GitHub API rate limits, Slack rate limits, etc.).

Feedback

Every automation run has a feedback option. Use it to report:

  • Unexpected behavior or incorrect results
  • Missing capabilities you need
  • Tool calls that should have succeeded but didn't
  • Runs that cost more credits than expected

Feedback goes directly to the product team and helps prioritize improvements.

For urgent issues, contact your Dash0 account team.

Further Reading