Minor changes to configs

This commit is contained in:
Frikky
2023-10-18 18:03:16 +02:00
parent 614e39da70
commit 3ba179ce23
4 changed files with 9 additions and 12 deletions
+2 -6
View File
@@ -60,19 +60,15 @@ SHUFFLE_BASE_IMAGE_NAME=shuffle
SHUFFLE_BASE_IMAGE_REGISTRY=ghcr.io SHUFFLE_BASE_IMAGE_REGISTRY=ghcr.io
SHUFFLE_BASE_IMAGE_TAG_SUFFIX="-1.1.0" SHUFFLE_BASE_IMAGE_TAG_SUFFIX="-1.1.0"
## shuffle_memcached (for distributed caching)
## shuffle_SWARM_CONFIG (run vs not run)
## shuffle_Scale_Replicas (workers/node)
## shuffle_App_Replicas (apps/node)
SHUFFLE_SWARM_BRIDGE_DEFAULT_MTU=1500 # 1500 by default
# The eth0 interface inside a container corresponds # The eth0 interface inside a container corresponds
# to the virtual Ethernet interface that connects # to the virtual Ethernet interface that connects
# the container to the docker0 # the container to the docker0
SHUFFLE_SWARM_BRIDGE_DEFAULT_INTERFACE=eth0 SHUFFLE_SWARM_BRIDGE_DEFAULT_INTERFACE=eth0
SHUFFLE_SWARM_BRIDGE_DEFAULT_MTU=1500 # 1500 by default
# Used for auto-cleanup of containers. REALLY important at scale. Set to false to see all container info. # Used for auto-cleanup of containers. REALLY important at scale. Set to false to see all container info.
SHUFFLE_CONTAINER_AUTO_CLEANUP=true SHUFFLE_CONTAINER_AUTO_CLEANUP=true
SHUFFLE_ORBORUS_EXECUTION_CONCURRENCY=3 # The amount of concurrent executions Orborus can handle. This is a soft limit, but it's recommended to keep it low.
SHUFFLE_ELASTIC=true SHUFFLE_ELASTIC=true
SHUFFLE_LOGS_DISABLED=false SHUFFLE_LOGS_DISABLED=false
SHUFFLE_CHAT_DISABLED=false # Controls support chat SHUFFLE_CHAT_DISABLED=false # Controls support chat
+3 -3
View File
@@ -4017,7 +4017,7 @@ func runInitEs(ctx context.Context) {
job := func() { job := func() {
err := remoteOrgJobHandler(org, interval) err := remoteOrgJobHandler(org, interval)
if err != nil { if err != nil {
log.Printf("[ERROR] Failed request with remote org setup for org %s (2): %s", org.Id, err) log.Printf("[ERROR] Failed request with remote org sync for org %s (2): %s", org.Id, err)
} }
} }
@@ -4719,7 +4719,7 @@ func runInit(ctx context.Context) {
job := func() { job := func() {
err := remoteOrgJobHandler(org, interval) err := remoteOrgJobHandler(org, interval)
if err != nil { if err != nil {
log.Printf("[ERROR] Failed request with remote org setup (3): %s", err) log.Printf("[ERROR] Failed request with remote org sync (3): %s", err)
} }
} }
@@ -5269,7 +5269,7 @@ func handleCloudSetup(resp http.ResponseWriter, request *http.Request) {
job := func() { job := func() {
err := remoteOrgJobHandler(*org, interval) err := remoteOrgJobHandler(*org, interval)
if err != nil { if err != nil {
log.Printf("[ERROR] Failed request with remote org setup (1): %s", err) log.Printf("[ERROR] Failed request with remote org sync (1): %s", err)
} }
} }
+3 -2
View File
@@ -731,7 +731,8 @@ const Billing = (props) => {
name: "Scale", name: "Scale",
limit: 0, limit: 0,
features: [ features: [
"Scale License. Runs faster than Open Source.", "All Open Source features",
"Scale License. Runs faster, and across multiple servers.",
"Priority Support", "Priority Support",
"Workflow & App development help", "Workflow & App development help",
], ],
@@ -995,7 +996,7 @@ const Billing = (props) => {
style={{ marginTop: 40, marginLeft: 10, marginBottom: 5 }} style={{ marginTop: 40, marginLeft: 10, marginBottom: 5 }}
variant="h6" variant="h6"
> >
Billing Usage Overview Shuffle Utilization
</Typography> </Typography>
</div> </div>
<BillingStats <BillingStats
+1 -1
View File
@@ -2528,7 +2528,7 @@ Let me know if you're interested, or set up a call here: https://drift.me/${user
/> />
<Tab <Tab
label=<span> label=<span>
Billing (Beta) Licensing (Beta)
</span> </span>
/> />
<Tab <Tab