Synopsis
worker_journal_location =
filepath
Filepath specifies the physical location of the Worker's journal file. The journal is the Worker's offline storage file containing what jobs it's working on, and the details associated with them.
Note: It is vital that this file be available in the event the Worker needs to be restarted.
Example
worker_journal_location = /var/spool/qube/worker.jnl
Defaults
- Linux & OS X:
/var/spool/qube/worker.jnl
- Windows XP/2003:
C:\Program Files\pfx\qube\logs\worker.jnl
- Windows Vista/2008/7:
C:\ProgramData\pfx\qube\logs\worker.jnl