-
Notifications
You must be signed in to change notification settings - Fork 348
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
can someone help to create version 0.5.2? #175
Comments
Hello, is the project still active? why there is no upgrading and support anymore? |
Same question for me... |
For future users needing this, here's how I got it to work:
I don't know how/why go mod is smart enough to change this to the missing I think you could technically do |
Looks like the maintainers are trying to replace this with https://github.com/taylorchu/work, which I think is a mistake because there are no plans to replicate the Web UI in that project the same way its done here. I believe that makes this current version far superior that the new version they are building. |
Bummer. I'm in the process of looking for an alternative since this project is super dead... I've found problems with the |
@skplunkerin , have you make the EnqueueUniqueInByKey() work? |
Yep, see my comments here on how to install the master commit hash, which will allow you to use |
@skplunkerin , thanks a lot for the information. My purpose is to enqueue a unique job, and before the job is executed, if there are any changes on the job parameters, I can re-enqueue the job with new parameters, by its unique key (to overwrite the job parameters). If the key can't be used in 24 hours, then the EnqueueUniqueInByKey is just a bug implementation. Do you have any other suggestion for my problem? |
@gzhhong correct, basically |
@skplunkerin , many thanks for the help! |
Hello the team here, can someone give help to create the version 0.5.2 to include the latest changes ? I plan to use the API like EnqueueUniqueInByKey. Thanks a lot !
The text was updated successfully, but these errors were encountered: