ministryofjustice / analytics-platform

Parent repository for the MOJ Analytics Platform
MIT License
14 stars 1 forks source link

App deployment - scan of Github slow and API limit reached #17

Closed RobinL closed 6 years ago

RobinL commented 6 years ago

When creating a new app, it takes a long time to show up in Jenkins because we hit Github's rate limit

andyhd commented 6 years ago

Polling the Github API every few minutes is a really inefficient way of picking up new apps. We should see if we can get Github to notify Jenkins somehow, perhaps through a webhook.

andyhd commented 6 years ago

Deployment will be via Concourse from now on. Jenkins has been retired. Concourse deployments are triggered via a Github webhook on creation of a release, which is much more efficient.