mocobeta opened a new issue, #36: URL: https://github.com/apache/lucene-jira-archive/issues/36
`jira2markdown_imprt.py` is single-threaded and it takes several hours to convert all Jira issues. I think it'd be easy to parallelize this with [multiprocessing](https://docs.python.org/3/library/multiprocessing.html) module (it does not call any HTTP APIs), but I remember a few years ago, `logging` was not thread-safe. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org