Ga naar inhoud

Async processes

To be able to execute tasks async and distribute them over multiple servers/vms the application uses Celery. Celery requires a message and result broker to communicate between the application and its workers, we use Redis for that purpose.

Tasks are currently put in two queues: 1. default (celery) 2. periodic