*Q: OperationalError at /ldvspec/api/v1/workspecification/* [WinError 10061] No connection could be made because the target machine actively refused it
A: make sure that you have a connection to a celery broker (RabbitMQ) when running the application in development mode.
Example on Windows machine:
```
SET CELERY_BROKER_URL=amqp://guest@raspiastro:5672