P.S. I added task groups and I added task timeout On Aug 8, 10:00 am, Ross Peoples <ross.peop...@gmail.com> wrote: > I certainly like the minimalistic one file approach. Talking to the tasks > seems like a pretty important feature. I would certainly love to see this in > action. Will the scheduler be started automatically, like the built-in cron, > or would you need to start it manually (like from external cron)?
currently, my understanding is, that celery does not allow talking to the tasks, only stopping and killing tem. This is implemented using OS signals. It is possible to add this feature in the current implementation by sending and catching os signals. I will wait that this is tested more before I implement it. Massimo