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
As part of the Coder Inbox integration - and after the Database layer is done (#334) - We need to start inserting first notifications into the Inbox - using a new Dispatcher.
The text was updated successfully, but these errors were encountered:
This PR is [resolving the dispatch part of Coder
Inbocx](coder/internal#403).
Since the DB layer has been merged - we now want to insert notifications
into Coder Inbox in parallel of the other delivery target.
To do so, we push two messages instead of one using the `Enqueue`
method.
As part of the Coder Inbox integration - and after the Database layer is done (#334) - We need to start inserting first notifications into the Inbox - using a new Dispatcher.
The text was updated successfully, but these errors were encountered: