I need a queue to send data from ruby in python
The system is an application with a Ruby interface and a python backend, and I would prefer not to add another complex detail. If it were only a ruby, I would just go with delayed_job, but ruby-> python is more complicated.
So,
I am looking for a simple queue-based database (similar to delayed_job) for python, for which I plan to hack a part of the “producer” ruby.
Or just surprise me with a decision that I have not thought of yet.
source
share