Task is set to execute hourly but executes 3 times
I registered a task, that should run at :00 every hour.
For some reason, it executes it 3 times tho, 1. at :00 2, at :02 and the 3. at :05 past
2 Replies
The scheduled task plugin is a wrapper around bullmq and all the scheduling and triggering of events is bullmq controlled so you'll need to ask them, not us.
😔