As someone who's been using flynn in production for a month or two, some things to be aware of.
(Devops is not one of my strongpoints, so keep that in mind)<p>You want to use an external blob-store, by default it uses its own postgres to store them. However, it also doesn't do any garbage collection, so we ran out of HD space on our cluster, causing postgres to go into read-only mode. This prevented us from pushing updates / changing any app-config settings ( ENV, Scaling, etc ). Thankfully we were hosting our own DB off-cluster or that too would have been read only.<p>The default limits on memory is 1gb, and for our app, when it runs out, it just crashes. Leaving no obvious error messages to be found.<p>Obviously RTFM as well, (especially this part <a href="https://flynn.io/docs/production" rel="nofollow">https://flynn.io/docs/production</a>) we had some other issues that could have easily been prevented.<p>Huge shout-out to the team that hangs out in their IRC channel, they were a massive help in solving the problems we've came across.<p>Using it when it works is lovely, we switched off of heroku recently and its been a very similar experience.