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
hmpf
changed the title
Add a queue and a background process per media
Add a queue used by at least one separate background process
Mar 4, 2022
hmpf
changed the title
Add a queue used by at least one separate background process
Add a notification queue handled by at least one separate background process
Mar 4, 2022
The MediumClass.send() static method takes an event and notification profile and
**kwargs
. It runs in a new process per event.The procedure is currently:
NotificationProfile().incident_fits(incident)
.send_notification(event, profile)
Instead:
This will make it easier to speak to an external notification sender as well. One connection per medium instead of profile x medium connections.
The text was updated successfully, but these errors were encountered: