There probably needs to be more documentation on how to deploy to heroku. I've added a deploy button in https://github.com/golastmile/rasa_nlu/pull/89 and upon attempting to deploy, I now have to or have the option to fill in the following.
spacy_sklearn for my backend, why is this still required?PutObject or something else?PutObject or something else?There probably should be another document such as deploying-to-heroku.md or deploy/heroku.md explaining what each variable does.
Hi Jason,
The reason we retired the 'deploy to heroku' button is because rasa won't run on the 'free' tier dynos from Heroku because they don't have enough memory. Happy to write something explaining these vars, but the idea was to let people test rasa NLU without installing a backend. Unfortunately that doesn't work with the free heroku plan so we chose to go with docker images.
If you do get it running on heroku, let me know which dyno size worked for you! We could then include it in the docs
Ah gotcha. If it's deprecated then I'll go ahead and close https://github.com/golastmile/rasa_nlu/pull/89. Closing this issue.
@amn41 this is great to know that it's still possible. We're looking to deploy on heroku, we'll be running on very large dynos so imagine it won't be a problem. Are there any old docs on deploying with heroku so I can give it a whirl?
Happy to help document any setup.
@BeamerCola you can have at look at the app.json https://github.com/golastmile/rasa_nlu/blob/master/app.json
Unfortunately, there is no other documentation. Maybe @amn41 can share some insights he had with setting it up on heroku.
Hi everyone. What dyno do we need to get RASA up and running? I tried deploying RASA in a free tier and it seems to work as expected.
@alvin-reyes oh awesome. could you share how you set it up?
@alvin-reyes any chance you still share your setup?
Most helpful comment
@alvin-reyes oh awesome. could you share how you set it up?