Recued
Menu
← Back to recipes

Heroku app operations digest

by recued-core v1 7 views

Use “Heroku app operations digest” in Recued. It provides a scheduled, read-only Heroku app operations digest.

How it works 31 steps

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

Process (31 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 ?
defaults defaults
Apply defaults
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.

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

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