Added way more robust swarm system with caching utilization at scale

This commit is contained in:
frikky
2023-03-31 02:14:04 +02:00
parent f720fcb91e
commit 093df3d5fb
9 changed files with 24 additions and 12 deletions
+5
View File
@@ -57,6 +57,11 @@ SHUFFLE_BASE_IMAGE_NAME=shuffle
SHUFFLE_BASE_IMAGE_REGISTRY=ghcr.io
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)
# Used for auto-cleanup of containers. REALLY important at scale.
SHUFFLE_CONTAINER_AUTO_CLEANUP=false
SHUFFLE_ELASTIC=true