Hi all,
I set up some backend workflows with a database trigger.
Tests went smooth. But when I tried with 100 rows, it seems that no backend workflow was fired
I saw this note
Note: If you have more than 20 database triggers that kick off at once, the remaining triggers will be scheduled to protect your app’s infrastructure from consuming too much memory.
source: Trigger Event - Bubble Docs
So my questions are:
1.) Why didn’t the first 20 get processed?
2.) How do I know there are scheduled triggers? Are they displayed somewhere? Don’t see them in Logs > Scheduler
Thanks