Tom Ampuero
Tom Ampuero
You can configure the SQS Queue VisibilityTimeout Property by adding it as an extension on the construct! ``` constructs: my-queue: type: queue worker: handler: src/worker.handler extensions: queue: Properties: VisibilityTimeout: 43200...
Yes, here is the related PR https://github.com/serverless/serverless/pull/12311#issuecomment-2061576649
Updated AWS SDK v3 dependencies accordingly
@j0k3r The mentioned release targets a different version (v3), this PR aims to solve the issue on v2.
@Danwakeem Asking you also since you merged the last maintance PR to v2 last year (#12055). Didn't found any discussions or announcment after #12055 got merged.
I also would like for this PR to get traction, thank you for opening! +1
> You need to add the new module to > > https://github.com/neovim/neovim/blob/59c45b22d9616cda448b3c3dddd3e9274c830ca3/src/gen/gen_vimdoc.lua#L135 Thank you! I’ve been struggling to get the docs right (embarrassingly). On my side I still have pending...
@clason Sorry to bother, but could you guide me a bit on the current CI issue? For some reason it's only failing on the `test / ubuntu asan clang unittest`...
Hello, in the last push I implemented as per the feedback: - async/sync behaviour based on the `on_exit` argument along the corresponding functional tests - health check for env vars...
Hi all, I'm closing this PR in favor of #34140, which consolidates download and fetch into a single vim.net.request() API. Thanks for the feedback here, please continue discussion over there!