Skip to main content

Executions Overview

An Execution is a single run of actions against one or more Targets. Every time frugally.app stops, starts, or scales your AWS resources — whether triggered by a Schedule, run manually, or performed as a dry run — it creates an Execution record.

View Executions


Execution types

TypeTriggerChanges resources?
ScheduledA Schedule reaches its configured timeYes
ManualA user clicks Run Now or uses a Slack commandYes
Dry runA user triggers a dry run from the UI or SlackNo — preview only

Execution summary

The Executions page shows a list of all Executions with:

ColumnDescription
StatusCurrent lifecycle state (Queued, Running, Succeeded, Failed, Partially Failed)
TargetThe Target(s) acted upon
ActionThe action taken (Stop, Start, Scale Up, etc.)
ResourcesCount of resources acted on and their outcomes
ConfidenceThe confidence score for this Execution
Triggered bySchedule name, user name, or "Dry run"
Started atWhen the Execution began
DurationHow long the Execution took to complete

[SCREENSHOT: executions-list.png -- Executions list with status indicators and summary columns]


Execution detail

Click any Execution to see its full detail, including:

  • Per-resource results (succeeded, failed, already in target state)
  • Error messages for any failed resources
  • Timestamps for each lifecycle stage
  • Confidence score breakdown
  • Slack notification status (if a channel was configured)

[SCREENSHOT: execution-detail.png -- Execution detail page with per-resource results]


In this section