How do I detect if one of my users has reached the maximum number of deluge statements limit so I can have them contact me so I can manually update ranges of records for them?
What's the best way to notify the user and log the event?
Is there a way to test a function prior to execution to determine the number of deluge statements it will consume?
If I call a function that has 2 statements, would that count as 3 statements?