You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Contributors,
First of all I want to say this project has been a very useful component in a project I worked on recently.
I wanted to bring your attention to discuss the future plans or roadmaps for this project as I have a some ideas to discuss and see what you think of it and if it is something can be done I am happy to work on it and share a pull request to be reviewed 🙌
Making boto3 configurations available to be set in django.conf.settings (prefixed: AWS_)
some of the django based libraries already acknowledges the settings variables and let user define it in their. i.e django-storages
I came across this error
CredentialRetrievalError
Error when retrieving credentials from iam-role: Credential refresh failed, response did not contain: access_key, secret_key, token, expiry_time
where set higher values for AWS_METADATA_SERVICE_NUM_ATTEMPTS & AWS_METADATA_SERVICE_TIMEOUT could have helped.
A little bit work on the documentation of this project. I see it as a highly efficient and scalable piece of technology with a complete and effective alternative to celery (as celery is not recommended to be used with SQS) and still I came across so many projects and people who want to use AWS SQS for it's reliability and scalability but celery doesn't work that well as it does for other ampq based brokers.
For 2nd part, I want to connect with a core contributor who can help me understand the project in detail so I can start contributing to the improvements on documentation as well.
Looking forwarded to hearing from you guys.
The text was updated successfully, but these errors were encountered:
With regards to issue 1. - definitely makes sense!
We currently have only AWS_REGION and AWS_MAX_RETRIES defined, but ideally would expose all the possible configurations of boto3.
Should be also, and easy change, in case you want to contribute.
We regards to point 2 - I think it would help to have your questions written down, of what documentation is missing and what specifically you want to understand.
Hey Contributors,
First of all I want to say this project has been a very useful component in a project I worked on recently.
I wanted to bring your attention to discuss the future plans or roadmaps for this project as I have a some ideas to discuss and see what you think of it and if it is something can be done I am happy to work on it and share a pull request to be reviewed 🙌
boto3
configurations available to be set indjango.conf.settings
(prefixed:AWS_
)I came across this error
where set higher values for
AWS_METADATA_SERVICE_NUM_ATTEMPTS
&AWS_METADATA_SERVICE_TIMEOUT
could have helped.ampq
based brokers.For 2nd part, I want to connect with a core contributor who can help me understand the project in detail so I can start contributing to the improvements on documentation as well.
Looking forwarded to hearing from you guys.
The text was updated successfully, but these errors were encountered: