TruffleMuffin / TruffleReports

A .NET library for storing and generating bespoke reporting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Observables to use Queue

TruffleMuffin opened this issue · comments

By using Observables I am limiting myself to a single site system. This won't do for a production environment. Suggest the introduction of Queues to pass messages to a secondary ''Reports'' website that will handle Report Processing.

Suggest implementation of an InMemoryQueue and a SQSQueue so they are options for small, or larger scale deployments.