Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@tak1n tak1n released this 28 Feb 15:10
· 5 commits to master since this release

Until now even if no worker count was specified the server was started in clustered mode with a master process and 1 worker process where the threadpool was run.
This lead to the effect that rails was not able to hot reload the code in development mode even with no workers specified.
Users now need to explicit determine the workers to start in clustered mode.