keinsell / neuronek

🧬 Intelligent dosage tracker application with purpose to monitor supplements, nootropics and psychoactive substances along with their long-term influence on one's mind and body.
https://neuronek.up.railway.app/reference
Do What The F*ck You Want To Public License
11 stars 2 forks source link

refactor: 🔧 use `InMemoryEventBus` #379

Closed keinsell closed 1 year ago

height[bot] commented 1 year ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

linear[bot] commented 1 year ago
ENG-65 Update EventBus to have binding and register methods

\[neuronek\] apps/server/src/shared/core/cqrs/event/event-bus.ts (Lines 3-11) ``` export abstract class EventBus { abstract send(event: SimpleEvent): Promise async sendMultiple(events: SimpleEvent[]): Promise { for await (const event of events) { await this.send(event) } } } ``` [Open in IDE](https://api.codestream.com/c/ZGBqElpEEPTut8oM/l0I79cwMTcWI31u_sGZ_gw?marker=646d4913324c58b66621bbb3&ide=default&src=Linear) · [Open on GitHub](https://github.com/keinsell/neuronek/blob/8744d6f75ba343c0e8c6b6ce46cd478166c1927a/apps/server/src/shared/core/cqrs/event/event-bus.ts#L3-L11) Created from JetBrains using [CodeStream](https://codestream.com/?utm_source=cs&utm_medium=issue&utm_campaign=linear)

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
neuronek ❌ Failed (Inspect) May 24, 2023 0:42am
pulumi[bot] commented 1 year ago

:tropical_drink: The Update (preview) for keinsell/neuronek/dev was successful.

Resource Changes

    Name          Type                           Operation
~   digitalocean  pulumi:providers:digitalocean  update
-   k8s-provider  pulumi:providers:kubernetes    delete