Closed jhidding closed 6 years ago
In the QMworks project we would like to be able to use a logging.logger in a scheduled function. Does/can Noodles support this?
logging.logger
should be thread-safe, so yes. If output is to stderr, the messaged should be forwarded to the scheduler correctly.
Workers should return status information on the progress of a job.