-
Notifications
You must be signed in to change notification settings - Fork 23
Description
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
boto3configurations available to be set indjango.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
ampqbased 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.