Heroku has been running a second copy of my scheduler instance
1–10 of 132 posts
Re: Heroku has been running a second copy of my scheduler instance
#2That horror when you delete code but it's still running, you're just so confused...
I've forgotten how I resolved it, but man it was a pain to diagnose.
Re: Heroku has been running a second copy of my scheduler instance
#3Yet-another-infrastructure-group nailed it in their graphic about "what your infrastructure says about you?"... "Heroku => "You are either negotiating the pricing or deplatforming" https://www.yaig.dev/
Re: Heroku has been running a second copy of my scheduler instance
#4Re: Heroku has been running a second copy of my scheduler instance
#5This is why I use the git commit short hash as part of the identification of the service (eg: container name). Allows for quick check of which is the running code version and identify problems like these.
Re: Heroku has been running a second copy of my scheduler instance
#6Re: Heroku has been running a second copy of my scheduler instance
#7Re: Heroku has been running a second copy of my scheduler instance
#8It is truly mind blowing on how many people keep falling for one of the oldest trick in IT : vendor lock-in.
===
No more vendor lock In 2018 Heroku was pretty much the only option for a newbie like me to get started with web-development. The landscape is very different now with providers like Render, Railway, and more
Re: Heroku has been running a second copy of my scheduler instance
#9I'm sure the author knew this, but I wanted to iterate it in case anyone misunderstood.
Re: Heroku has been running a second copy of my scheduler instance
#10Clearly the author still hasn't learned his lesson: his "no more vendor lock" solution is another vendor(s) - which is always able to vendor-lock him, again. It is truly mind blowing on how many people keep falling for one of the oldest trick in IT : vendor lock-in. === No more vendor lock In 2018 Heroku was pretty much the only option for a newbie like me to get started with web-development. The landscape is very di…