Skip to content
Snippets Groups Projects
Verified Commit 587c4385 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

scheduler: Adapt archive cron setup

Related to D2458
parent cbd021db
No related branches found
No related tags found
No related merge requests found
......@@ -1718,7 +1718,8 @@ swh::deploy::scheduler::archive::conf_file: "%{hiera('swh::deploy::scheduler::ar
swh::deploy::scheduler::archive::user: "%{hiera('swh::deploy::scheduler::user')}"
swh::deploy::scheduler::archive::config:
scheduler: "%{alias('swh::remote_service::scheduler::config::writable')}"
elastic_search:
elasticsearch:
index_name_prefix: swh-tasks
storage_nodes:
- host: esnode2.internal.softwareheritage.org
port: 9200
......@@ -1726,11 +1727,11 @@ swh::deploy::scheduler::archive::config:
port: 9200
- host: esnode1.internal.softwareheritage.org
port: 9200
index_name_prefix: swh-tasks
client_options:
sniff_on_start: false
sniff_on_connection_fail: True
sniff_on_connection_fail: true
http_compress: false
sniffer_timeout: 60
# Main lister configuration
swh::deploy::worker::lister::db::user: swh-lister
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment