CLI says shared-cpu-1x but I'm being billed for dedicated-cpu-1x

Via the CLI it shows all processes running shared-cpu-1x but the dashboard is showing dedicated-cpu-1x and I am being billed for dedicated CPU time.

I am running a rails app with the following processes:

Process group app
        VM Size: shared-cpu-1x
      VM Memory: 256 MB
 Max Per Region: 0

Process group rails
        VM Size: shared-cpu-1x
      VM Memory: 1 GB
 Max Per Region: 0

Process group sidekiq
        VM Size: shared-cpu-1x
      VM Memory: 1 GB
 Max Per Region: 0

The dashboard shows:

When I’ve previously scaled it ran a redeploy, but that isn’t happening.

​It does look like you are still running two apps on dedicated-cpu-1x, are you able to share the names of the apps you were trying to scale down?

I’m trying to scale down the shbgm-mastodon app. It has 3 processes running and I’m trying to get all of the on the shared cpu with 1 GB of memory.

I noticed shbgm-mastodon-redis was also on a dedicated cpu. I scaled that one down using the web interface and it seemed to have worked.

Thanks for the help!

1 Like