feat: add docs for cron job feature in paas native#2193
feat: add docs for cron job feature in paas native#2193Tim Lange (drzombey) wants to merge 2 commits intomainfrom
Conversation
409208b to
1f52448
Compare
cd5e2c0 to
ec128a0
Compare
| cronJobs: | ||
| - name: reindex-elasticsearch | ||
| schedule: "0 3 * * *" | ||
| command: "bin/console es:index" |
There was a problem hiding this comment.
maybe we should use another example here, to not promote to re-index elastic search so often
same with cache:warmup
There was a problem hiding this comment.
I had the same toughts during rereading. Any ideas which we can use as a example?
There was a problem hiding this comment.
maybe customer:delete-unused-guests and/or es:index:cleanup
There was a problem hiding this comment.
Tim Lange (@drzombey) Kevin Rudde (@kevinrudde) quick follow-up - can this be moved out of draft (since already approved once) and should the above be applied?
There was a problem hiding this comment.
Micha Hobert (@Isengo1989) i'm still working on this topic and will change the docs. The feature is currently not rolled out in production. That's the reason why it's draft. Currently under progress cause we changed some things in the feature which needs changing the docs also.
ec128a0 to
5bb665b
Compare
No description provided.