-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For alerts that that runs frequently, implement a logic to allow user runs some alerts procedures continuously.
The main benefits are:
-
Performance
Avoids SQL Agent ends and open new SQL connection. WIth this, same connection is preserved and code will run maximum possible in same session -
Make sure that are resource available in critical cases
Because code not ends, the connection resources are keep and in extreme cases, like thread starvation, the alert code can still collect and send data.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request