Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deployment: Adapt 'workerThreads' to be a string
There is a check in the main.go module which expects it to be a string so it can convert it into an integer. Without this, we cannot actually provide the configuration without hitting a conversion error. This should fix it.
- Loading branch information