<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