DEV Community

Discussion on: 2 Wrongs Equal A Lot of Learnings

Collapse
 
dansilcox profile image
Dan Silcox • Edited

Nice fix - maybe you could go one step further and run a small E2E test suite in the same phase as the migrations and the new thing? Even just calling a ‘health check’ endpoint that pings the app and its dependencies such as DB, cache instance etc to make sure all is well would probably save you future headaches :)