Quest Henkart

Results 29 comments of Quest Henkart

a similiar issue occurs for docker containers since docker containers don't know they are running on a localhost

@lzap I really appreciate you taking the time to come and create an issue with your findings

@lzap thank you very much for the input!

@seaninmar Hi Sean. Thank you for your PR. I'm curious what your use case is. Is the idea just to have a queue that accepts 100% of the messages and...

@seaninmar what if you just had a single route? For example, every notification could have the same route "notification_created". That way you would get what you desire without updating the...

@seaninmar Hi Sean, sorry for the delayed response on this. I realize you've probably moved on or developed something on your own (if you did and it's public, I'd love...

@MarkSonghurst Thanks for the issue! I think this stems for from my habit of writing cascading tests that aren't really meant to run concurrently. That being said, you've made a...

@shairozan I ended up making the waiter myself which was pretty easy. In reference to #1148 you can see how the package was created in v1 https://github.com/aws/aws-sdk-go/blob/v1.37.15/service/route53/waiters.go#L28 and how in...

I ended up making the waiter myself which was pretty easy. You can see how the package was created in v1 https://github.com/aws/aws-sdk-go/blob/v1.37.15/service/route53/waiters.go#L28 and how in v2 they are made similarly...

I was able to fix this problem by turning off all of the experimental features specifically ```Use gRPC FUSE for file sharing ``` was causing the issues edit: Without gRPC...