Skip to content

Run Continuously #3

@rrg92

Description

@rrg92

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions