Complete name-first 1C adapter saved-state support

This commit is contained in:
2026-07-26 16:39:53 +03:00
parent b8c62fa8fa
commit aed134d817
44 changed files with 15436 additions and 697 deletions
@@ -9,3 +9,9 @@ ADAPTER_1C_HOST_PORT=8011
ONEC_SQL_BASES_JSON=
# Optional path inside the container to a JSON file with the same shape as ONEC_SQL_BASES_JSON.
ONEC_SQL_BASES_JSON_FILE=/data/onec-sql-bases.json
# Adapter-owned local SQLite state. Never point this at the 1C database.
ONEC_ADAPTER_STATE_DB=/data/adapter-cache.sqlite
ONEC_ADAPTER_JOB_PROCESS_ISOLATION=true
ONEC_ADAPTER_JOB_MEMORY_LIMIT_MB=0
ONEC_ADAPTER_JOB_CPU_LIMIT_SECONDS=0