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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -