-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add communication via partisan for client and db handlers inter…
…action (#317) * feat: add communication via partisan for client and db handlers interaction * extend the postgre cluster strategy to connect partisan peers * fix rust setup for GA * fix metrics
- Loading branch information
Showing
15 changed files
with
201 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ dev: | |
SECRET_KEY_BASE="dev" \ | ||
CLUSTER_POSTGRES="true" \ | ||
DB_POOL_SIZE="5" \ | ||
ERL_AFLAGS="-kernel shell_history enabled" \ | ||
ERL_AFLAGS="-kernel shell_history enabled +zdbbl 2097151" \ | ||
iex --name [email protected] --cookie cookie -S mix run --no-halt | ||
|
||
dev.node2: | ||
|
@@ -26,9 +26,25 @@ dev.node2: | |
CLUSTER_POSTGRES="true" \ | ||
PROXY_PORT_SESSION="5442" \ | ||
PROXY_PORT_TRANSACTION="6553" \ | ||
PARTISAN_PEER_PORT="10201" \ | ||
ERL_AFLAGS="-kernel shell_history enabled" \ | ||
iex --name [email protected] --cookie cookie -S mix phx.server | ||
|
||
dev.node3: | ||
PORT=4002 \ | ||
MIX_ENV=dev \ | ||
VAULT_ENC_KEY="aHD8DZRdk2emnkdktFZRh3E9RNg4aOY7" \ | ||
API_JWT_SECRET=dev \ | ||
METRICS_JWT_SECRET=dev \ | ||
REGION=eu \ | ||
SECRET_KEY_BASE="dev" \ | ||
CLUSTER_POSTGRES="true" \ | ||
PROXY_PORT_SESSION="5443" \ | ||
PROXY_PORT_TRANSACTION="6554" \ | ||
PARTISAN_PEER_PORT="10202" \ | ||
ERL_AFLAGS="-kernel shell_history enabled" \ | ||
iex --name [email protected] --cookie cookie -S mix phx.server | ||
|
||
dev_bin: | ||
MIX_ENV=dev mix release supavisor_bin && ls -l burrito_out | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.48 | ||
1.1.49 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.