Closed cgranade closed 8 months ago
Ah, my apologies, in the process of writing this issue, I think I noticed one more place where the JDBC URL was accidentally set to the default instead of the one used internally to the docker-compose project. I think this was operator error, apologies again!
Hello @cgranade, no worries! This indeed sounds like the cause. If a job is never picked up (gets into scheduled/running), then joex probably looks at a different database. Hop it's working now?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. This only applies to 'question' issues. Always feel free to reopen or create new issues. Thank you!
When uploading files either via the web interface or via
dsc
, new jobs for each file are shown in$BASE_URL/app/queue
, but seem to be permanently stuck in "waiting." By contrast with https://github.com/eikek/docspell/issues/1692, I've not yet observed a job switching from waiting to running, even when changing the wakeup interval for joex to a much smaller value.I'm running in Docker (with
dsc
running on a separate machine), using the following compose file:Excerpts from
restserver.conf
, excluding secrets and auth config:I've not included the joex.conf file here as it's much longer, but the bind and base URL portions of the file appear to match everything else:
Very much obliged for the help!