Skip to content

feat(snsqs): allow client http configuration for sns and sqs #1216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

eortiz-tracktik
Copy link
Contributor

This changes allow to set in the AWS Sdk client the http configurations:
https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_configuration.html#config-http

This will make possible to define custom connect_timeout and
timeout to fail fast when the network is not relaible.

Reported on #1213

@eortiz-tracktik
Copy link
Contributor Author

eortiz-tracktik commented Nov 17, 2021

@makasim I'm sorry about the tests not passing, will enable the workflow in the fork and fix this. Also, looks like you updated the Dockerfile recently but didn't pushed a fresh image with those changes to docker hub 🤔

@eortiz-tracktik eortiz-tracktik force-pushed the issue-1213 branch 4 times, most recently from 7ad076d to e68b12e Compare November 17, 2021 17:38
This changes allow to set in the AWS Sdk client the http configurations:
https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_configuration.html#config-http

This will make possible to define custom `connect_timeout` and
`timeout` to fail fast when the network is not relaible.

Reported on php-enqueue#1213
@eortiz-tracktik
Copy link
Contributor Author

Hello @makasim.
PR is updated, could you please take a look?
I hope you are able to merge this code to the package at the nearest time because we do need it in our project.
I'll be really appreciated.
Thanks a lot.

@makasim makasim merged commit 6031520 into php-enqueue:master Nov 19, 2021
@eortiz-tracktik eortiz-tracktik deleted the issue-1213 branch November 19, 2021 16:30
@eortiz-tracktik
Copy link
Contributor Author

@makasim any idea when we will have a new release with the latest changes merged in master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants