Recued
Menu
← Back to recipes

Run a Heroku dyno lifecycle action

by recued-core v1 9 views

Use “Run a Heroku dyno lifecycle action” in Recued. It runs the Heroku dyno lifecycle workflow with approval before changes are made.

How it works 19 steps

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

Process (19 steps)
app_key trim
Trim whitespace from setting app name
dyno_key trim
Trim whitespace from setting dyno id or name
formation_key trim
Trim whitespace from setting formation type
app ?
dynos_before_raw ?
formation_before_raw ?
should_restart_dyno compare
Check if setting action equals restart_dyno
should_restart_all compare
Check if setting action equals restart_all
should_stop_dyno compare
Check if setting action equals stop_dyno
should_stop_formation compare
Check if setting action equals stop_formation
restart_dyno ?
skip: step.should_restart_dyno not_equal true
restart_all ?
skip: step.should_restart_all not_equal true
stop_dyno ?
skip: step.should_stop_dyno not_equal true
stop_formation ?
skip: step.should_stop_formation not_equal true
dynos_after_raw ?
defaults defaults
Apply defaults
dyno_rows slice
Take a subset of
dyno_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 5 configurable

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

action setting = restart_dyno
heroku setting =
app name setting =
formation type setting = web
dyno id or name setting =

Trust & control

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

Permissions it requires

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

About

Tags

heroku herokudynosrestartstoplifecycleapprovalpack:heroku

Details

19 steps 5 configurable settings recipe_id: run-dyno-lifecycle-action-heroku