Skip to content

Fix thread safety issue when monitoing jobs

Chris Burr requested to merge monitoring-thread-safety into master

The logging callback for pushing the log to GitLab needs to be handled outside of the thread pool else bad things happen.

Merge request reports