P
P
Philipp2014-03-17 03:41:55
MongoDB
Philipp, 2014-03-17 03:41:55

How to store CELERYBEAT_SCHEDULE in MongoDB?

I saw several examples where people somehow save tasks in the Django database, but I don’t know this at all.
My project is written in PHP and partly in Node.js. MongoDB base. Normal tasks are set through delay, but now I want to store something more voluminous there (now there are hundreds of schedules, there are dozens of users in the system). Naturally, there is no question of any file sharing. It is necessary to manage the schedule through the database, asynchronously.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yuri Shikanov, 2014-03-17
@dizballanze

Use one of the Celery analogues that can work with PHP workers and clients. You can start here .

P
Philipp, 2014-03-17
@zoonman

Found a couple of classes to work as a Scheduler. https://bitbucket.org/btubbs/celery-schedulers/src

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question