-
Notifications
You must be signed in to change notification settings - Fork 152
QueueClassic 3.2 #250
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
Comments
This looks like a nice plan to me! |
I'm wondering though. Releasing QC with a known threading issue seems careless. Instead we could release one more RC as the final artifact of Thoughts? |
3.1 was released by @smathieu a couple of days ago. The threading issue is not new, it was probably there "forever". This sounds like a good plan for 3.2 to me...or even 4.0 if there is a lot of refactoring and APIs? Can you guys think of a major feature you would like to see in a 4.0? I personally think the core of what qc should do is in place, I would love to see improvements mostly, not that many new features. I like that's it has a tight scope. |
For me, in 4.0.0 we should mostly focus on fixing the API. I'd like to see a well documented and minimal interface to QC. I feel that this use to be the case, but overtime, the introductions of new features diluted that. I think that the introduction of workers that can work on multiple queues, although very useful, broke the semantics of the API. Operations like |
Agree with @smathieu plans for 4.0. We don't need to introduce new stuff (we can do that in minor releases). The focus should be on reaching a solid API. |
I'm on board with that plan! |
@smathieu @jipiboily what are our current release plans? I think #257 would be worth releasing. |
@jipiboily ping. What are the plans? There are some nice improvements on |
yeah, we should have a release soon, at least with the bug fix submitted today. Nothing blocking on my end. That being said, I have NOT worked with QC since I left Rainforest back in September and I don't have any work planned with it so it's unlikely that I'll be able to dedicate time to it, at least not on the short term. I'm swamped over. If you need a hand on something specific, feel free to ping me, happy to jump on a quick call if you want to bounce off ideas. |
@jipiboily I could do the release but I have no permissions on rubygems. |
@senny oh, I can fix that for you! I'll DM you on Twitter. |
@smathieu @jipiboily I'll be releasing an RC of QC 3.2 from the current |
👍 |
Would it be too forward to place a note about the 3.2 RC in the README? Update: I added CHANGELOG.md content. |
After discussing it with @jipiboily we think that the current RC release should be release as 3.1 as-is baring the discovery of a critical bug.
I'm opening this to discuss what should be included in the 3.2 release (which I hope we can release a beta version of soon).
Personally, I'd like to see:
Thoughts @senny , @jipiboily ?
The text was updated successfully, but these errors were encountered: