Report processor worker refactored to run under another user (nobody) and have its own mysql credentials.
This commit is contained in:
parent
c3edf42ada
commit
2ac89f3365
13 changed files with 159 additions and 204 deletions
2
index.js
2
index.js
|
@ -141,7 +141,7 @@ server.on('listening', () => {
|
|||
}
|
||||
|
||||
if (config.reports && config.reports.enabled === true) {
|
||||
executor.spawn(() => startNextServices);
|
||||
executor.spawn(startNextServices);
|
||||
} else {
|
||||
startNextServices();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue