AzureFunctions-TheLongRun-Leagues icon indicating copy to clipboard operation
AzureFunctions-TheLongRun-Leagues copied to clipboard

[Thoughts] Projections and Classifiers on queue based processor

Open MerrionComputing opened this issue 7 years ago • 1 comments

If projection and classifier requests are "enqueued" it would be possible for the receiving end to prevent running the same projection/classifier twice by basically tagging any subsequent requests on as a "listener" to receive the answer along with the first caller when the projection or classifier completes.

This should allow performance improvements and cost reduction without the complexity of a proper cacheing strategy.

MerrionComputing avatar Jan 10 '19 13:01 MerrionComputing

Currently failing with

Cannot bind parameter 'writeContext' to type IWriteContext. Make sure the parameter Type is supported by the binding. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.).

MerrionComputing avatar Jan 11 '19 23:01 MerrionComputing