Edgar Rodriguez
Edgar Rodriguez
I think 2 over 4, specially since there is no answer
Also, if `throwWithMessage` fails, then it prints: ``` Expected: System.AggregateException "EventStoreConnection 'ES-.{36}' is not active." Actual: was ProgramTest+try async write 2@49 ``` Would expect `Actual` to have the same form...
> that is defined for F# types in a way now very pleasant for our use case (would be way more useful to use `%A`) Then maybe I'm not using...
Thanks @tcoats, I was also a bit confused by how/when the job returned `[job]` and when `job`, and spend about 2h debugging why it did not complete (but did expire...
> fetch Sorry maybe I was too vague, I mean, is there any way to implement consumer strategies for a group of workers? like consistent hashing or round robing based...
A further example: if I have a queue with messages `[A, B, A, B, C, D, E, F]` and I have 3 workers, could I implement a work assignment strategy...
Thanks for the reply @timgit, I'll consider adding queues as an inexpensive operation, much like Event Sourcing then. Yet I still have the doubt on how to distribute multiple queues...
Maybe I'm talking in riddles, my concrete use case is the following: Users need to perform some stats analysis that is split into multiple small analyses, each small analysis can...
Thank you so much for looking into this, I think a way to view it on SQS would be message groups, it is quite a match. > The message group...
Also from https://aws.amazon.com/sqs/faqs/ > Q: Do Amazon SQS FIFO queues support multiple consumers? > > By design, Amazon SQS FIFO queues don't serve messages from the same message group to...