faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
_whitelogger has joined #amber
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 246 seconds]
feepbot has joined #amber
<FromGitter> <nsuchy> @robacarp Even if I give one container a different REDIS_URL I'm still using a different REDIS_URL variable for my data cache Redis instance.
<FromGitter> <nsuchy> There's one for caching, one for background jobs.
<FromGitter> <nsuchy> @robacarp Just gonna say your background task library Mosquito gave my app an enormous speed boost. Previously we were running a lot of slow API calls in the background (Proxmox API is slow even with caching), putting them in the background is great
<FromGitter> <robacarp> Glad to hear it
<FromGitter> <robacarp> @nsuchy this is what I was looking to use to setup a redis url config parameter: https://github.com/luckyframework/habitat
<FromGitter> <nsuchy> @robacarp You want me to add that as a dependency and use it for the REDIS URL?
<FromGitter> <robacarp> if you'd like... it's been on my radar for months and I haven't taken the time
<FromGitter> <robacarp> I'd much prefer that over another env var
<FromGitter> <nsuchy> where exactly should I be placing the initilizer code?
<FromGitter> <nsuchy> Is the base class the correct place
<FromGitter> <robacarp> sure
<FromGitter> <nsuchy> @robacarp how do I modify the unit, it creates an exception unless a Redis url is specified now
<FromGitter> <robacarp> It can be removed in think
<FromGitter> <Blacksmoke16> any reason to bump the minor version?
<FromGitter> <Blacksmoke16> this should be BC no?