Set up cron job to run Shopware 6 scheduled tasks

IONOS hosting doesn’t provide the way to set cron job running every 5 min. The most frequent option is daily, we asked support. This is funky but true.

Can someone tip us on setting up Shopware 6 scheduled tasks running? We have a PHP script running CLI commands.

Write a Plugin that executes the CLI command every 5 minutes, entry in the database (assuming that you have that many customers).

Or create a lot of cronjob, executed once a day at a different time.