Kuhnuri worker
DITA-OT Worker that communicates with a Queue over REST.
The Worker has a single loop where
If Queue has no work available, the process is
The following URI schemes are supported for source content:
The following URI schemes are supported for result content:
Compile the code:
sbt compile
Running a development version:
sbt run
The following volumes are used:
/var/log/app
: Logs directory/tmp/app
: Temporary file directory/var/lib/app
: State file directoryBuild a distribution package:
sbt dist