Hi guys,

I am new to Redash. I just need some general guidance on whether it is possible to separate workers(with tasks registered) from the main Flask application. I assume it is possible since Redash is using RQ for server-worker communication. Thanks!

Yes. The services are stateless. This is basically how the Docker container runs (using Docker Compose).

1 Like