We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f00472 + 703720b commit 298f040Copy full SHA for 298f040
root-files/opt/flownative/lib/beach.sh
@@ -183,6 +183,8 @@ beach_run_resource_publish() {
183
# @return void
184
#
185
beach_run_cache_warmup() {
186
+ info "Beach: Setting up caches"
187
+ "${BEACH_APPLICATION_PATH}/flow" cache:setupall 2>&1 | (sed 's/^/Beach: (flow) /' | output)
188
info "Beach: Warming up caches"
189
"${BEACH_APPLICATION_PATH}/flow" cache:warmup 2>&1 | (sed 's/^/Beach: (flow) /' | output)
190
}
0 commit comments