From 3bb7f7bff290c0e890dd3246e235a06f3a525dac Mon Sep 17 00:00:00 2001 From: Shyim Date: Wed, 6 Nov 2024 13:52:11 +0100 Subject: [PATCH] fix(paas): remove cache clear (#142) --- shopware/paas-meta/6.4/.platform/applications.yaml | 4 +--- shopware/paas-meta/6.6/.platform/applications.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/shopware/paas-meta/6.4/.platform/applications.yaml b/shopware/paas-meta/6.4/.platform/applications.yaml index a4fd8994..e12f53f1 100644 --- a/shopware/paas-meta/6.4/.platform/applications.yaml +++ b/shopware/paas-meta/6.4/.platform/applications.yaml @@ -265,9 +265,7 @@ queue: disk: 128 commands: - start: | - bin/console cache:clear - bin/console messenger:consume async failed --memory-limit=$(cat /run/config.json | jq .info.limits.memory)M --time-limit=295 + start: bin/console messenger:consume async failed --memory-limit=$(cat /run/config.json | jq .info.limits.memory)M --time-limit=295 crons: scheduler: diff --git a/shopware/paas-meta/6.6/.platform/applications.yaml b/shopware/paas-meta/6.6/.platform/applications.yaml index 81e02270..cb0ff040 100644 --- a/shopware/paas-meta/6.6/.platform/applications.yaml +++ b/shopware/paas-meta/6.6/.platform/applications.yaml @@ -161,9 +161,7 @@ queue: disk: 128 commands: - start: | - APP_CACHE_DIR=/app/localCache bin/console cache:clear - APP_CACHE_DIR=/app/localCache bin/console messenger:consume async failed --memory-limit=$(cat /run/config.json | jq .info.limits.memory)M --time-limit=295 + start: APP_CACHE_DIR=/app/localCache bin/console messenger:consume async failed --memory-limit=$(cat /run/config.json | jq .info.limits.memory)M --time-limit=295 crons: scheduler: