Oban.Pro.Cloud behaviour (Oban Pro v1.5.1)
A behaviour for interacting with cloud hosting providers.
Summary
Callbacks
Executed once at runtime to gather, normalize, and transform options.
Called to horizontally scale a cloud resource up or down.
Types
Callbacks
Executed once at runtime to gather, normalize, and transform options.
Called to horizontally scale a cloud resource up or down.
Successful scaling requests must return a new conf
to be used during the next call to
scale/2
. That allows cloud modules to track responses for additional control and
introspection.