Alright, for the longest time I've had my event schedule quota set to 128000. I know it's not too high, because I've been able to do as many events as I want in the past. Yet today, I ran into the problem with the following:
- 200 named bricks, all named the same thing
- Each named brick has 20 onRelay events
- Each onRelay is delayed by 500 ms more than the previous one
- One bring that has onActivate -> Named Brick -> fireRelay
Yet, when I click the onActivate brick, it says I've hit the schedule quota.
200 * 20 is only 4000; that's no where near 128000.
Am I missing something here?