You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Buildkite now offers EventBridge integration, triggering the scaling lambda on job.* events may be more responsive than the polling method used currently - and without requiring a lambda to effectively be running 24/7.
One challenge might be preventing a large build that queues multiple jobs from firing the lambda repeatedly. However, solving that may be as simple as sticking a kinesis stream between the EventBridge and the lambda (and taking advantage of the built-in batching).
The text was updated successfully, but these errors were encountered:
Since Buildkite now offers EventBridge integration, triggering the scaling lambda on
job.*
events may be more responsive than the polling method used currently - and without requiring a lambda to effectively be running 24/7.One challenge might be preventing a large build that queues multiple jobs from firing the lambda repeatedly. However, solving that may be as simple as sticking a kinesis stream between the EventBridge and the lambda (and taking advantage of the built-in batching).
The text was updated successfully, but these errors were encountered: