# Time control for workers

Launch application in development environment.
```
$ php -S 0.0.0.0:9090 -t .
```