Delayed_job as a queue for python

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.

+5
source share
2 answers
+1

, , , :

django-background-tasks Ruby DelayedJob.

Django Background Task , , Django, Ruby DelayedJob. .

PyPI, django-background-tasks ( ). django-background-task django-background-tasks, .

Django Background Task ( ).

:

creating the task functions and registering them with the scheduler
setup a cron task (or long running process) to execute the tasks
0

All Articles