Kristian Dalmo Olsen
Kristian Dalmo Olsen
Ref/context: https://github.com/telia-oss/github-pr-resource/issues/142#issuecomment-527876385
Should look at the new [Checks API](https://blog.github.com/2018-05-07-introducing-checks-api/) when the GraphQL support is ready and #1 is done.
Ref https://github.com/telia-oss/github-pr-resource/issues/48, it seems like `check` is silently ignoring errors (when the scope of the `access_token` did not grant private repository access. Most likely a 404 was returned, but whichever...
# Feature Request ## What challenge are you facing? Very happy that we have webhook support at all, as it allows us to build pipelines that are more reactive than...
## Bug Report I have a pipeline which has been building AMIs using packer for every new release of Concourse for ~1 year. To do so I have been using...
When running ECS clusters on AWS, a zero-downtime rolling update of the underlying VM's can only be done gracefully by using lifecycle hooks and calling [UpdateContainerInstancesState](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateContainerInstancesState.html) to set the instance...
While looking for resources on what `KillMode` to use for Concourse, I came across this: https://github.com/concourse/concourse/issues/480 From my preliminary searches: - https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html - https://www.freedesktop.org/software/systemd/man/systemd-system.conf.html# It seems like leaving `TasksMax` unset...
I'm not certain we want to use `Restart=always` for our worker processes. This means that the worker process will be restarted on SIGHUP, SIGINT, SIGTERM or SIGPIPE, which is probably...
Any tasks running on the concourse cluster ~will~can have the same IAM privileges as the worker. Currently this is limited to just what is needed for monitoring/logging and `lifecycled`, which...
Arguably the VPC should be defined outside the module so that Grafana can be deployed to an existing VPC. As such, the VPC should be removed.