Skip to main content

Start Your Server

to start a server and all related services run:

yarn pdev start --all

If you want to run only scheduler, use --scheduler flag

yarn pdev start --scheduler

If you want to run only http server, use --http flag

yarn pdev start --http

If you want to run only queues, use --queues flag

yarn pdev start --queues