Triggers
Triggers are the components which could trigger an event, which could ultimately yield to autoscaling. The decision of when and how to auto-scale will flow from here.
type | status | description |
---|---|---|
cron | Available | Trigger events based on cron expressions |
http_endpoint | Looking for contribution | Starts a HTTP server in waymond and triggers event for every HTTP request |
http_client | Looking for contribution | Creates a HTTP client in waymond and triggers event based on the HTTP response |
buildkite | Available | Trigger event based on the CI job queue length in Buildkite |
Propose a new trigger here.