Heroku

Disaster recovery in Heroku for Wealize

Index Because things can and will go wrong eventually, we need to have the right way of recovering from it. When we push to production, and the application fails, the first thing we need to do is roll back to the previous working version so we can debug the problem relaxed and in the warm place of …

Get release tag from GitHub Actions to debug on Heroku

In TNP we’ve moved everything to GitHub Actions and we’re very happy about it. :-) But… this article is not about how happy we are using it but a small tip on how we could simplify every day debugging with some simple improvements. As a good metric oriented company, We measure and …