Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
melezhik Hi! 19:58
what is the best to deploy cro app in production?
considering HA aspect?
will `cro run` work? I know it watches files changes, but besides that, what are other limitation of this method with respect to production mode? 19:59
also sometimes (I suspect due to issues of communication with mysql server ) my cro app "freeze" in a sense, stops responding to request ("connection refused" error when run with curl) 20:02
and I don't get any logs neither in http response   headers nor in application logs
and all I have to do is to restart my cro app 20:03
japhb The MySQL issues may be from timeouts; I believe Db::Pg is known to be better about connection pooling and lifetime (but then of course you need to be running Postgres) 20:11
As for production deployment, I believe some people rig up their own management layer, while others use a stock one such as kubernetes 20:12