Schedule workflow randomly skipping execution cycles

The cron execution cycle I set is to execute the workflow every 5 minutes, but I find that there are often cases where workflow rounds are lost in scheduling

You can see here that the execution cycle is every 5 minutes

RetryPolicy I have tried AllowAll, TerminateOther, BufferAll, but there are cases where they are lost randomly

I have the same problem, have you solved it?