Eric J. Smith

Results 151 comments of Eric J. Smith
trafficstars

Awesome! Thank you. Are you using this for any websites yet? I understand it's alpha, but just curious if you were dog fooding it. :-)

I don't think just being able to specify the cert path is good enough. I want to control how the cert validation is done and ideally I might want to...

Yeah, not sure exactly. When you call dequeue it takes a cancellationtoken that can be cancelled to stop the processing as long as you are checking in your long running...

This would be super easy to implement using our throttling lock provider.

Queue entries already support metadata. I wonder if we should expose the ability to enqueue those as well as the queue models themselves. Because ideally this would just be reading...

This would also help with the fact that iterating keys in redis is highly discouraged and will be impossible in a cluster.

@edwardmeng I agree. I have been wanting to make some changes to the Foundatio metrics contract to allow adding tags/dimensions to metrics and I also wanted to create an AppMetrics...

Wouldn't remove it. Would just add another implementation.

Sorry for the late reply @edwardmeng. Yeah, there are some implementations that would not be able to to support tagging/dimensions. So those would just be ignored. I am envisioning that...

I am going to add a FileQueue where you can store the queue payload in file storage and then put a file marker item in the queue. This is a...