Hi all
We are new to fly.io and started an app a few weeks ago. It’s a rails app which requires a redis-instance. Since we are thinking to migrate our services to fly, we made several attempts which resulted in having 3 redis instances at upstash.
After a few days we realized one of them having a substantial amount of traffic caused by sidekiq. We immediately stopped all our servers, deleted the redis instances using the fly cli.
(fly redis destroy)
“fly redis list” returns us no running instances, but the the dashboard still shows all of them. Clicking the instances redirects ud to upstash. On upstash it shows us “no data”, but the instances still show up (with deleted).
We are still getting charged for all those instances, the amount piling up to 60$ until today! We then wrote to the billing support at fly.io, but getting no response at all.
Anybody has an idea how to immediately get rid of those redis instances?
We planned to migrate all our services to fly, but this experience shakes a bit our trust in the platform, which I find a pity, since it promises all we ever wanted.
Any suggestions how to proceed in this case?
Thanks a lot in advance!