mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added worker to search for stuff in db (2) #10
This commit is contained in:
parent
655aab8ddf
commit
ecd7f0594d
5 changed files with 68 additions and 23 deletions
|
@ -91,7 +91,7 @@ function ProcessIncomingRequest(recievedData, qdb, infos, dryRun) {
|
|||
})
|
||||
|
||||
worker.on('exit', (code) => {
|
||||
logger.DebugLog('ProcessData exit, code: ' + code, 'actions', 1)
|
||||
logger.DebugLog('Process Data exit, code: ' + code, 'actions', 1)
|
||||
if (code !== 0) {
|
||||
logger.Log(
|
||||
'Process Data Worker error! Exit code is not 0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue