Skip to main content
🛠 This page is for engineering teams self-hosting their own Lightdash instance. If you want to set up scheduled deliveries, go to the Scheduled deliveries guide.
By default, the Lightdash server runs a scheduler worker. For more advanced infrastructure, we can run the scheduler worker separately from the main server.

1. Disable scheduler worker in the main server

Set the following environment variable value:

2. Run standalone schedule worker

Command to start scheduler worker:
Note that it expects the same environment variables as the main server.

Example docker-compose.yml