Closed rumdood closed 8 months ago
Labeling this as both an enhancement (nothing is TECHNICALLY broken) and a bug (limited ability to follow the framework going forward will become an issue).
At the moment, my preferred solution is to create a two-tiered store for the tasks.
Candidates for storage are pretty much anything. Could easily use Azure Tables to keep everything in the same basic location - or potentially move to using something like a Document Database like Mongo for storing tasks and letting Durable Entities be managed in their default approach.
I am intrigued by the MSFT package for using SQL Server as a backing store for Durable Entities, as that would provide the ability to host everything on-prem if so-desired as well as put all data into a single data source that is easily queryable, etc. Cost for hosting in Azure would go up significantly though, so I need to think about it more deeply.
The hosting for MoneoFunctions is currently not in IsolatedProcess. This creates an issue with moving forward to dotnet 8 and beyond.
Moving to an IsolatedProcess in the Moneo.Functions.Isolated project presents new issues with the massive modifications to the Durable Entities API and the fact that Moneo has evolved to be significantly more complex than it started (and has carried over some ultimately poor design choices).
Primary issues arising are: