octopus oc srv jobs checksums worker
2.0.5
Checksums/DLContents worker for registring different artifacts in PSQL database basing on AMQP queue messages.
NXS (maven-based) location type for registration is currently supported only.
python -m pip install oc-checksums-workerpython -m oc_checksums_worker.checksums_workerNOTE: PSQL_URL should contan database schema as a parameter. Format:
hostFQDN:port/instance?search_path=schema
Example:
db.example.com:5432/test_instance?search_path=test_schema