The tasks that involve large requests from CR are supposed to run in the background. For this to work, Celery is required. The following commands assume that you are in the `scipost_v1` main folder, inside the right virtual environment.
Celery depends on a broker, for which we use RabbitMQ. Start it with
Celery depends on a broker, for which we use RabbitMQ. On MacOS one may simply install this by executing: