Hexoku.API.Formation

The formation of processes that should be maintained for an app. Update the formation to scale processes or change dyno sizes. Available process type names and commands are defined by the process_types attribute for the slug currently released on an app.

For more info read the Heroku API Reference

Source

Summary

batch_update(client, app, updates)
info(client, app, formation)
list(client, app)
update(client, app, formation, quantity, size \\ "1X")

Functions

batch_update(client, app, updates)

Specs:

Source
info(client, app, formation)

Specs:

Source
list(client, app)

Specs:

Source
update(client, app, formation, quantity, size \\ "1X")

Specs:

Source