Relative Content

Tag Archive for pythonheroku

Heroku: ‘slug size too large’

When I attempt to deploy my python (flask) application to heroku, I get the error that the slug size is too large. I’m not sure what would be taking up this much space. Then I run the command below.

Heroku Golang api with some python callouts

I have a heroku golang ‘app’ thats deploying fine. The issue is that it calls some python scripts as the result of some REST requests. I have a requirements.txt in my /bin (python) dir but I’m wondering if it’s possible to have the golang deploy process also process pip3 python3 requirements when I git push heroku master? Is this possible in a Procfile? Thanks!