Right now it seems our workers aren't logging anywhere.
One note is that rq seems to use Python's standard logging.
We may want to have the node logs appear separate from python, but for now even just having logs go to stdout (and relying on the deployment to direct stdout to logs) would be a good first step, since currently the output from the worker threads seems hidden completely.
Right now it seems our workers aren't logging anywhere.
One note is that
rq
seems to use Python's standard logging.We may want to have the node logs appear separate from python, but for now even just having logs go to stdout (and relying on the deployment to direct stdout to logs) would be a good first step, since currently the output from the worker threads seems hidden completely.