In my system user is allowed to set notifications schedule. He can choose any date and time when he wants to get messages. I have discovered one mechanims is named as Celery in Python. That executes tasks asyncronly. Due this I have pair of questions:
- How to intergrate Celery with user interface?
- Are there any Celery alternatives?
- Is it panacea?