You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Alert handlers are configured directly on the AlertNode and it is one large flat scope. It would be nice if each alert where configured in its own scope so that you do not have to worry about name conflicts etc.
Goals:
Make defining multiple Alert handlers in TICKscript easy and intuitive.
Make writing a new alert handler a simple and isolated task.
Be able to support(from a code organization perspective) at least dozens of different handlers with ease. The performance profile of multiple handler should already be linear.
The text was updated successfully, but these errors were encountered:
Currently Alert handlers are configured directly on the AlertNode and it is one large flat scope. It would be nice if each alert where configured in its own scope so that you do not have to worry about name conflicts etc.
Goals:
The text was updated successfully, but these errors were encountered: