albrow / jobs

A persistent and flexible background jobs library for go.
MIT License
499 stars 47 forks source link

Support env prefix to redis keys #43

Open yadvendar opened 7 years ago

yadvendar commented 7 years ago

Enhancement as per the Issue #42

albrow commented 7 years ago

@yadvendar thank you for this contribution. It looks like there's something funky happening with the commits included in this PR. Commits such as "Merge branch release-0.4.2" and "Bump version to 0.4.2" should not be here. Did you create a fork off of the master branch instead of develop?

Relatedly, I'm in the process of simplifying the process I use for third-party contributions across all my projects. The current process described in CONTRIBUTING.md has some advantages, but it's become obvious that it causes a lot of confusion. I'm going to change to something that I expect people will be more familiar with.

For now, would you mind creating a fork of the develop branch and opening a new PR?

yadvendar commented 7 years ago

@albrow Oh! I missed that in CONTRIBUTING.md (create fork of the develop and not master) and went on to create fork of the master branch. The current process looks good to me, it was more of my bad on missing that out. Just curious to know, what is the other simplified process you are talking about?

Now, instead of creating a new PR I have updated this PR only with the desired change i.e. create the fork of the develop. Hope this helps.