The temp files still happen even if you have a DB journal set up. This temp file creation is part of the "enqueue" process that Babeldoc does when it gets new input documents. I have not work out yet how to control where the temp files go.
Sherman
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
Every time I process a pipeline, a temporary directory is then created with a few files in it (e.g. 0.delta 1.delta 2.delta and so on).
Is there a way to disable the creation of these directories (or to clean up them)?
Thanks in advance.
Massimo
Massimo,
I use an Oracle journal to prevent writing on disk.
config.properties:
journalType=oracle
resourceName=AdminformsDatasource
Jan
The temp files still happen even if you have a DB journal set up. This temp file creation is part of the "enqueue" process that Babeldoc does when it gets new input documents. I have not work out yet how to control where the temp files go.
Sherman
strange, I don't have any temporary files with my 'DB' configuration; for the feeder, I have
async.queue=memory
Jan