Skip to content

Commit

Permalink
fix(paas): remove cache clear (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Nov 6, 2024
1 parent 04941c0 commit 3bb7f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions shopware/paas-meta/6.4/.platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions shopware/paas-meta/6.6/.platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3bb7f7b

Please sign in to comment.