Home
/ Knowledge base
Recent Articles
Push Non-Main Branches to Staging Sites
November 14, 2024
Push a non-main branch to staging? If a git remote is pointing to the correct app, you may get an error message when you push any branch besides main or master.
How to Make a Game Work Using Elixir Clustering?
May 4, 2023
How to take advantage of Elixir clustering to make a game work using libcluster for clustering replicas together and avoiding nodes creating its own GenServer
Should I scale the number or size of replicas?
May 2, 2023
Should you scale up the number of the replicas, or the size of the replicas, so that your apps don’t OOMKilled in the middle of an important client presentation.