I vote for moving to Render! My god I wish I could short Heroku stock.
Heroku has been running a second copy of my scheduler instance
31–40 of 132 posts
Re: Heroku has been running a second copy of my scheduler instance
#32Re: Heroku has been running a second copy of my scheduler instance
#33Not sure if you have done this already but: If you rotate your database, redis and email provider passwords/tokens, the zombie process might still be running but will not have any effects any more.
Re: Heroku has been running a second copy of my scheduler instance
#34Earlier quoted context omitted.
Rent a $5/month VPS, install a few packages? Or just run a linux vm locally.
you clearly have no idea how things work outside of hobby projects, what about reliability? scalability, guaranteed uptime, resolving incidences,... You can account for all for that for yourself by creating a mini cloud provider.. good luck with that
Re: Heroku has been running a second copy of my scheduler instance
#35Once auth is required for the celery processes, the old zombie wont have access. And if this occurs again OP could revoke access etc.
Re: Heroku has been running a second copy of my scheduler instance
#36Free PHP webhosts have been around for 15+ years
Re: Heroku has been running a second copy of my scheduler instance
#37Earlier quoted context omitted.
So, rely on yet another vendor, or do as I suggested except without any semblance of reliabiliy.
Some one just starting out is not Google. They do not have Google's problems. They do not need Google's complexity, or a dozen layers of docker/terraform/k8s bullshit.
Even if you don’t need HA it’s still worth it for a small team for ease of deploy.
Re: Heroku has been running a second copy of my scheduler instance
#38Heroku has been an absolute dumpster fire. Every time their name comes up I can't help but mention that they deleted my account for inactivity, but have still been charging my credit card. No easy way to cancel because... they deleted my account.
Re: Heroku has been running a second copy of my scheduler instance
#39Heroku has been an absolute dumpster fire. Every time their name comes up I can't help but mention that they deleted my account for inactivity, but have still been charging my credit card. No easy way to cancel because... they deleted my account.
File a chargeback each time they charge your card. The merchant has to pay the transaction fees both ways and a fee for the chargeback.
edit: and no, they did not stop charging me for youtube TV. I actually had to get a new card number for my credit card for them to stop.
Re: Heroku has been running a second copy of my scheduler instance
#40I was so annoyed by the pain of configuring Celery I stopped my project and wrote my own job queuing system.
Job and message queues are ridiculously over complicated - including the one I wrote. For trivial usage, job queuing should be zero config.