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.
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
I just got this āerrorā here right now.
I dont know if I just should wait or something wrong happened and would be better to delete the rows and try again.
Did you find where these āschedulesā are located?
Our whole app runs on database triggers and has done for the past year - Iāve never noticed this (or these docs). Does anyone know if this is a new āfeatureā or been like this for a while? How can such an important thing be so hidden in these docs - smh
EDIT: The triggers that were āskippedā donāt ever get executed, been waiting over 20 minutes in one testā¦