Christopher J. Bottaro
Christopher J. Bottaro
> My plans were to experiment with increasing our timeouts I'm confused about what uses timeouts and what doesn't, and what's the best way to wait on some dom. This...
I would also like to attach arbitrary metadata to edges!
Is that how the Ruby client doesn't require AWS_ACCESS_KEY and AWS_SECRET_ACCESS_KEY when running from an instance in AWS? I came to ask for a feature: don't require AWS_*_KEYS when running...
So I wrote some code to query the AWS metadata url and fill in the AWS_ACCESS_KEY and AWS_SECRET_ACCESS_KEY... and it didn't work. I mean, the keys had the wrong IAM...
> I "emulate" that behaviour with before/after hooks and using self. Another way would be using properties. Can you give an example of both those emulation methods? I'm new to...
Any update on this? We're running into the exact same issue; creds expiring after 6 hours, but our `ExAws.stream!` is taking longer than that.
Oh shoot. Ha, I lost track of this also. Yeah, I'll try to write up some docs.
@bernardd I added the docs in 7a23314. Let me know if that looks good, it's been a while since I thought about this; I kinda forgot what's going on and...
Can confirm, it works with Koob 1.22.4 (via @christian-schlichtherle Helm chart)... 👍
I was also wonder how to do retries and DLQ. As far as I can tell, no message metadata is given when you fetch a message, so how can you...