My import queue was stuck on a file, and I couldn't find out which file it was, since the original filename wasn't written in the worker logfile.
A simple debug output like logger.debug("Processing %s", basename) would be sufficient. I hacked it into my local copy, and could get rid of the file causing problems in the import queue.
My import queue was stuck on a file, and I couldn't find out which file it was, since the original filename wasn't written in the worker logfile.
A simple debug output like logger.debug("Processing %s", basename) would be sufficient. I hacked it into my local copy, and could get rid of the file causing problems in the import queue.