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
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
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?