What is the correct way to implement wp-cron server-side in Kubernetes?
I was hoping that I’d get more community feedback, but overall based on my research, the best option was to create a separate image of my application using the same code based, specifically tailored to run wp-cli, using the built-in crond service to ensure that the crons were running according to a proper cron schedule. … Read more