Nathan Levesque
Nathan Levesque
# What are the relevant tickets? N/A # Description (What does it do?) This fixes the heroku deployments that broke due to the switch to Poetry: - Removes runtime.txt since...
See my writeup on how to approach this: https://github.com/mitodl/hq/discussions/393 The current settings on xPro (workers = 3, threads = 25) is probably a good starting point for values. NOTE: MicroMasters...
I'm not sure if this happens locally, but on heroku, if you run `./manage.py shell`, this error is logged, it's possibly related to #5306 as that's the RC where it...
Currently we have a bit of a brittle setup with how we sync these, and recently we saw major issues with these when upstream rate limiting was introduced. We sync...
# User Story We want to implement the new release process we've [detailed in our handbook](http://mitodl.github.io/handbook/delivering/release-process/) in Concourse, ideally with reusable pipeline(s). # Description/Context The pipeline should follow this workflow:...
@blarghmatey recommended opsdroid: https://opsdroid.dev/ We need this to be able to: - Act as an interface between Slack and the concourse pipelines for release management - Perform the tasks that...
The goal for this epic is to implement a revised release management process per the updated handbook: http://mitodl.github.io/handbook/delivering/release-process/ To start, we'll do the following for one of our applications and...
This is only really passed on with experience, we should document it.