Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's pretty cool. Reckon it would work with existing code that calls Redis over the wire for RQ?

  https://python-rq.org
This RQ stuff has been a pain with a recent project because only Python seems to use it, so once an RQ job has been submitted only Python based things can do anything with it. :(

If Redka works as a backend replacement, we could potentially have non-Python things check the SQLite database instead.



It works with redis-py (which python-rq uses), but I doubt it will be any good in this case. python-rq seems to use Lua scripting in Redis, which is not planned for 1.0. I'd rather not add it at all, but we'll see.


No worries. :)


Highly recommend Faktory (by the folks who brought you Sidekiq) as a language agnostic job server.


Thanks, looks potentially interesting: https://github.com/contribsys/faktory

And it's written in Go. :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: