Skip to content

Feature Request: Allow Triggering Bundle Builds via API #104

@mjungsbluth

Description

@mjungsbluth

What is the problem

While I appreciate the simplicity of the single binary design, the fixed period loop that polls for changes does not address use cases where you have an outside event that will need a fresh bundle build and also it prevents the control plane to be scaled horizontally.

When integrating in a CI/CD pipeline, esp. if mixed with push data sources, we would like to have external control on the trigger

Proposed solution

  • Expose triggering a bundle build via the API
  • Add a configuration option that plainly disables the built-in periodic trigger

This would both allow to provide external knowledge without increasing the complexity of the control plane itself and enable horizontal scaling of the service if all triggers are externalized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions