This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Description
Seeing the following in the node log
{ processed: 14135, unprocessed: null, total: null }
{ processed: 14135, unprocessed: 0, total: null }
{ processed: 14135, unprocessed: 0, total: 14135 }
GET /batch/summary 304 123.422 ms - -
getBatchProps_2019 query found 10000 hits
10000 entries in BATCH_PROP
(node:15864) UnhandledPromiseRejectionWarning: Error: Can't remove headers after they are sent
at ServerResponse.removeHeader (_http_outgoing.js:574:11)
at ServerResponse.send (/home/ubuntu/gitprojects/fivestone_node/node_modules/express/lib/response.js:210:10)
at /home/ubuntu/gitprojects/fivestone_node/routes/batch.js:247:13
at
at process._tickCallback (internal/process/next_tick.js:188:7)
(node:15864) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:15864) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
GET /batch/all 304 223.828 ms - -