Jeremy D. Miller

Results 177 issues of Jeremy D. Miller

For right now, I think the answer is to delete all the back pressure that's there now, and start over. Hmm. Really going to be "shut down the listener" if...

Why not? Might not be very much to it, really just a formatter

enhancement
messaging
core

Ensure that we're not pulling off too many items at a time, and if we hit the max page size, immediately reschedule more scheduled jobs. *But*, make sure that the...

All the things you need to tweak like polling time, message batch size, etc. It's all on MessagingSettings today, but it's not remotely discoverable. Also includes the docs here, so...

messaging
docs

Having to delete the old Storyteller specs because the implementation just changed way too much. I think we need to cover: * Latching with too many failures * Not latching...

testing

Might require some Interlocked magic. Doesn't really work what's there right now

enhancement
messaging

The time between an envelope being sent and successfully processed. Aggregate how? By message type, sender, receiver?

enhancement
messaging

Track it by destination and message type too

enhancement
messaging

// cc @kkorotky Request from one of our teams. Lamar is not nearly as flexible as StructureMap at runtime. This was a conscious decision on my part to improve performance...