Skip to content
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

Delayed Jobs #5

Open
brandonparsons opened this issue Aug 10, 2017 · 5 comments
Open

Delayed Jobs #5

brandonparsons opened this issue Aug 10, 2017 · 5 comments

Comments

@brandonparsons
Copy link

I see this is in your roadmap. Do you think this is something you'll have in the near term (few weeks) or is this a longer-term item?

@sheharyarn
Copy link
Owner

sheharyarn commented Aug 11, 2017

Hey @brandonparsons, thanks for checking out the project. I'm currently taking a short break from open source, so I won't be implementing delayed jobs in the near future.

While the rest of the library is stable and ready for production-use, if you need something with delayed jobs immediately, I recommend you check out the excellent toniq library by @joakimk. But feel free to send in a PR if you decide to make delayed jobs work with que!

I'll keep this issue open until the feature is implemented. Good luck!

@joakimk
Copy link

joakimk commented Aug 11, 2017

@sheharyarn Thanks for the kind words about toniq : )

@brandonparsons
Copy link
Author

Hi @sheharyarn - thanks for the quick reply! Good for you for taking a break.

I did seriously consider Toniq, but I'm going to try to not install Redis on this project. See how far I can get :)

I'll continue integrating Que as-is, and see if I can make this work. I'll post here if I do intend to work on delayed jobs as a PR. Otherwise, do ping me if someone else gets to it!

🎉

@joakimk
Copy link

joakimk commented Aug 11, 2017

@brandonparsons I want to be able to run Toniq without redis, so a PR is welcome =). Don't know how much work it is to support that.

@brandonparsons
Copy link
Author

@joakimk Could you basically just lift the Mnesia implementation from Que 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants