running it every minute causes a lot of churn which is probably not needed.
@@ -18,7 +18,7 @@
"ldap": {},
"scheduler": {
"wpcron": {
- "schedule": "*/1 * * * *",
+ "schedule": "*/5 * * * *",
"command": "/app/code/wp --allow-root cron event run --due-now"
}