mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #836] [GENERAL QUESTION] Status of this project? #1421
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#1421
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @j0sh3rs on GitHub (Mar 6, 2024).
Original GitHub issue: https://github.com/hibiken/asynq/issues/836
Originally assigned to: @hibiken on GitHub.
Hey @hibiken -- Can you speak to the status of this project and whether it's still active/maintained? There are a lot of open PRs, many for dep bumps, and no activity on the project from you in 3 months.
Are you abandoning it? Or will we see an uptick in development in the near future? This project looks really promising for something I'm leading, but if it's not going to be active or maintained, I may need to rethink using it.
Thanks!
@kamikazechaser commented on GitHub (Mar 7, 2024):
Hi @j0sh3rs. I am the other maintainer here. The project is actively maintained, just relatively slower with the release process. My wider scope is to support with
For the above I have discretion to directly push to master and create patch tags. For any other change, Ken would also need to approve it.
Right now we are preparing to release a huge set of changes with pending work described in #811.
@j0sh3rs commented on GitHub (Mar 7, 2024):
Hi @kamikazechaser -- Thanks so much for your response and some detail into the project status. I'm excited to hear this is still under development, as the overall aim and features are wonderful. The native priority queuing, retry logic, and deduping are all fantastic features my team is excited to get for free by using this library, and it will save us a ton of time.
Appreciate you getting back to me on this so quick! Expect to hear more from me as we implement and thanks again for all the hard work on asynq!
@shchiv commented on GitHub (Apr 30, 2024):
Hello @hibiken @kamikazechaser
Could you please provide an approximate estimation of when the v0.25.0 can be released?
or at least reusing Redis client can be merged?
@kamikazechaser commented on GitHub (Apr 30, 2024):
@shchiv I have pinged @hibiken to review the PR's in v0.25.0 issue. Once I get his +1, you can expect it to progress.
I am also considering merging some of the changes into an
unstablebranch so that end users who know what they are doing cango getit.@shchiv commented on GitHub (Apr 30, 2024):
@kamikazechaser great thanks!