burrito
burrito copied to clipboard
feat(repository): implement repository polling controller
- We only support Webhooks today, but this can fail in 2 ways :
- People can’t use webhooks (Security, old versions etc.)
- Webhooks aren’t reliable
- A failure can lead to inconsistencies between Burrito and the github/gitlab repositories
Repository Polling will implement an auto-refresh feature within the Terraform Repository controller in order to make webhooks optional.