-
Notifications
You must be signed in to change notification settings - Fork 20
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
is this awsretry or gd-awsretry? #9
Comments
Looks like someone copied it? |
Yeah, I guess. The whole thing seems kinda fishy. |
I've been down too much of a rabbit hole with this one. It looks like |
Question is something wrong with the current awsretry? I haven't updated pypi in a while. I can do that over the weekend. |
@nmerket I just gave up and rolled my own.
What do you even mean by "current awsretry"? The one that hasn't been touched in over 2 years? What's wrong with it is that nobody trusts an open source library that has been abandoned by its maintainers. |
I tried the old awsretry and it seems to work fine. I share my concern with @tbradley-sans that I'm leery to write code that depends on a library that isn't being maintained. If there are updates, yes, that would be awesome if you pushed them to pypi. |
@nmerket I will push the updates I have. It's not many as the module has work for the intended purpose. |
This project seems to have a small identity crisis. https://pypi.org/project/gd-awsretry/ says the way to install it is
pip install gd-awsretry
. But https://github.com/linuxdynasty/awsretry says to install it bypip install awsretry
. Which is right?The text was updated successfully, but these errors were encountered: