diff --git a/CHANGELOG.md b/CHANGELOG.md index 71aa390414..4472e7db7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Added: * Web API: Lock pages output file groups of a workspace to prevent simultaneous non-additive access to workspaces, #1069 * Web API: Support job dependency for caching complete fully-deterministic workflows, #1069 * Web API: Processing server will start all ready requests, not just the first one, #1069 + * Web API: Workers will create on demand, retry attempts configurable via `OCRD_NETWORK_WORKER_QUEUE_CONNECT_ATTEMPTS`, #1093 * `ocrd_utils.config` to collect all configuration based on environment variables in one place, #1081 * Processor CLI: Warn if a given page ID cannot be found in METS, #1088, #1089