Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Separate out webhook and signalr calls from SendEvent function. #3506

Open
nharper285 opened this issue Sep 14, 2023 · 0 comments
Open

Separate out webhook and signalr calls from SendEvent function. #3506

nharper285 opened this issue Sep 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nharper285
Copy link
Contributor

nharper285 commented Sep 14, 2023

Currently, the send webhook functionality and signar functionality is directly tied to the 'SendEvent' calls to Application Insights. This means that anytime an event is called, we also potentially send a webhook. This doesn't make sense in the context of the 'TaskHeartbeat' event calls.

The functionality should be separated.

AB#165988

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants