Foundatio
Foundatio copied to clipboard
Pluggable foundation blocks for building distributed apps.
- concurrent dictionary per topic that has a channel of messages. - publish sends a message to the channel based on the topic for the message - by default the...
The current Azure-backed Foundatio libraries are using the older, **deprecated** Azure SDK clients. For example Queues are using `CloudQueue` instead of the **much newer** `QueueClient`. More generally you are making...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
# Benefits - Job / process / container consolidation - We control which message types are handled by a given process - Single process can handle many message types -...
- work items go away, queues go away. everything consolidated down to just messaging - will be easy to handle random messages like you can with work items currently -...
I've started using this and my need is to be able to do some custom searches for files. I have a couple of questions in regards to this: 1. Can...
It would be very valuable if you could queue items into queues with a priority, and have items pulled from the queue in priority order for processing by jobs. I...
I'm trying to cache an ecommerce cart items using **InMemoryCacheClient** (dev) and in the future **RedisCacheClient**. My key is in the form **S{sessionId}-V{productId}** and the value contains a CartItem object...
Hi, thanks for this great set of libraries. Really helpful. Is there a way to cancel all queue jobs and clear the queue? We have some long running jobs that...