crontab ?
I keep getting error crontab not running. How is this done in docker environment>?
Hi @tmccaff57! I'm Dosu and I’m helping the docker-magento team.
In docker-magento, cron jobs aren't managed by the traditional system crontab. Instead, they're handled inside the PHP container using Supervisor, which keeps Magento's cron running as a background process. To start or restart the cron service, use the helper script: bin/cron start from your project root. If you see "crontab not running" errors, it's likely the Supervisor-managed cron process isn't running or hasn't been started yet. You can find more about this in the README.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
It worked for me after initial setup. But it stopped to work after I swtitched php images from 8.3 to 8.4. So I'm searching where it installed too.
Have you run bin/cron start? That is documented at https://github.com/markshust/docker-magento?tab=readme-ov-file#custom-cli-commands