-
Notifications
You must be signed in to change notification settings - Fork 329
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
Upcoming release of RQ 1.0 #172
Comments
May I request to focus on better security before version 1.0? |
Care to elaborate more on the specific features you’re after?
Best,
Selwin
…On 4 Feb 2019 18.34 +0700, Jeffery Li ***@***.***>, wrote:
May I request to focus on better security before version 1.0?
#175
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi
I’ve attached the link to issue no.175, but maybe you missed it.
…On Mon, 4 Feb 2019 at 12:38, Selwin Ong ***@***.***> wrote:
Care to elaborate more on the specific features you’re after?
Best,
Selwin
On 4 Feb 2019 18.34 +0700, Jeffery Li ***@***.***>, wrote:
> May I request to focus on better security before version 1.0?
> #175
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#172 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABJy1V9vWtEz0309_DRJna0J44jDLkXfks5vKCnEgaJpZM4aO0LE>
.
|
@JefferyLondon to avoid confusion: RQ Dashboard and RQ itself are separate project. |
RQ 1.0 Released. Most obvious breaking change is the removal of get_failed_queue, as this will break rq-dashboard right away during imports |
I've been a bit busy recently, so I didn't have time to review It in depth before. |
Should take care of #172 while I'm redisigning some inner workings and UI
Added quirky support for 1.0 in #182 with some caveats. |
Released 0.5.0 with these changes. |
I am getting a different error but seems related to this
|
@amir20 thanks for reporting this. Fixed in 0.5.1 release. |
Thanks! That errors seems to have gone away. But now there is a new error and I can't make sense of it. It seems to be in
I am running redis and flask with docker-compose. When I rollback the changes, it works fine. Is there something obvious that I am missing? |
I have updated all my python packages except rq and rq-dashboard and this problem no longer exists. So it is either rq or rq-dashboard throwing the above error. |
I do not use localhost as the address. Since it’s docker network I can refer to it with hostname. I suspect something else is going on. With older version of rq and rq-dashboard it works. When I upgrade, I get that error. |
@amir20 sorry for delay. I misread your previous message and considered the matter resolved. To install rq_dashboard from master you can use If this won't help, please create separate issue with more details:
|
It's ok. I just haven't updated |
Update: |
@amir20 0.5.2 includes additional backward compatibility changes. You should see warnings about deprecated configuration options right now. |
I don't see any warnings. What should I be looking for? I do see other
warnings related to flask-cache. So I know it's working.
…On Sat, Jul 13, 2019 at 10:34 AM Vladimir Protasov ***@***.***> wrote:
@amir20 <https://github.com/amir20> 0.5.2 includes additional backward
compatibility changes. You should see warnings about deprecated
configuration options right now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#172>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB7UO5HBTVIDVJWVUKPQ2TP7IGZJANCNFSM4GR3ILCA>
.
--
Amir Raminfar* / *amirraminfar.com
|
Hey there, just want to give a heads up about the next major RQ release, v1.0. I plan on releasing this new version in the second half of Feb (although this may change due to work commitments).
This release will have a few backward incompatible changes, the biggest one is the introduction of
FailedJobRegistry
that replacesFailedQueue
. I have documented the new registry here.The branch for the upcoming release is here: https://github.com/rq/rq/tree/v1.0
You may also find the changelog helpful: https://github.com/rq/rq/blob/v1.0/CHANGES.md
Let me know if there's any questions. Thanks!
The text was updated successfully, but these errors were encountered: