python - Is it possible for a process to kill (downscale) its own Heroku dyno -
i'm working in python project (though principle similar in other languages) needs variable numbers of workers @ different times. i'm running on heroku , have way of upscaling on demand, downscaling trickier - easiest if each process decide when die , take dyno it.
is possible python worker on heroku kill , downscale own dyno?
Comments
Post a Comment