Can I find documentation or an example for a integration test of cron?
I tried custom cron groups, but I can not rerun a job multiple times in less then a minute.
Also, I dont deploy phpunit to production environment, so I cant run the job there again to see, if the failing is random or reproducable, or just rerun it after changing a setting I forgot.
Are this enough reasons to have this?
I found this was something I needed when I was trying to debug/configure/test generation of sitemap.xml files. It would have been great if I could just run a CLI command to regenerate them.