Skip to content
Recued
Menu
← Back to recipes

Heroku app operations digest

by recued-core v1

Scheduled read-only Heroku app operations digest. It reads one app, dynos, formations, releases, builds, domains, add-ons, and pipeline coupling through recued-core.heroku, renders compact review tables, and can send an in-app nudge when runtime or release records are visible. It never creates, restarts, stops, scales, rolls back, mutates config vars, provisions add-ons, creates log sessions, deletes resources, or calls arbitrary Heroku API routes.

How it works 36 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (36 steps)
app_key trim
Trim whitespace from setting app name
app ?
dynos_raw ?
formation_raw ?
releases_raw ?
builds_raw ?
domains_raw ?
addons_raw ?
pipeline_coupling ?
dynos default
Apply default
formation default
Apply default
releases default
Apply default
builds default
Apply default
domains default
Apply default
addons default
Apply default
dyno_count count
Count items in dynos
formation_count count
Count items in formation
release_count count
Count items in releases
build_count count
Count items in builds
domain_count count
Count items in domains
addon_count count
Count items in addons
has_activity any
Check if any of the conditions are true
notify_enabled compare
Check if setting notify when activity equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
dyno_rows slice
Take a subset of
formation_rows slice
Take a subset of
release_rows slice
Take a subset of
build_rows slice
Take a subset of
domain_rows slice
Take a subset of
dyno_table to_table
Format results as a data table
formation_table to_table
Format results as a data table
release_table to_table
Format results as a data table
build_table to_table
Format results as a data table
domain_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

heroku setting =
app name setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 12
start hour setting = 8
notify when activity setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Heroku connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

heroku herokuappsdynosreleasesbuildsdomainsdigestnotificationpack:heroku

Details

36 steps 8 configurable settings recipe_id: heroku-app-operations-digest