diff --git a/data/deployments/production/azure_euwest.yaml b/data/deployments/production/azure_euwest.yaml index ebeb4f60..f5d8aba4 100644 --- a/data/deployments/production/azure_euwest.yaml +++ b/data/deployments/production/azure_euwest.yaml @@ -1,16 +1,33 @@ --- swh::deploy::worker::instances: - indexer_content_mimetype - indexer_fossology_license - indexer_origin_intrinsic_metadata swh::remote_service::storage::config: "%{alias('swh::remote_service::storage::config::azure')}" swh::remote_service::indexer::config: "%{alias('swh::remote_service::indexer::config::azure')}" swh::remote_service::objstorage::config::azure_readonly_with_fallback: &swh_azure_readonly_with_fallback cls: multiplexer args: objstorages: - "%{alias('swh::remote_service::objstorage::config::azure::readonly')}" - "%{alias('swh::remote_service::objstorage::config::banco::readonly')}" - "%{alias('swh::remote_service::objstorage::config::saam::readonly')}" + +# Activate graph options to production cookers +swh::deploy::worker::vault_cooker::config: + storage: + cls: retry + storage: "%{alias('swh::remote_service::storage::config')}" + vault: "%{alias('swh::remote_service::vault::config::writable')}" + graph: "%{alias('swh::remote_service::graph::config')}" + celery: + task_broker: "%{alias('swh::deploy::worker::task_broker')}" + task_modules: + - swh.vault.cooking_tasks + task_queues: + - swh.vault.cooking_tasks.SWHCookingTask + - swh.vault.cooking_tasks.SWHBatchCookingTask + max_bundle_size: 1073741824 # 1GiB +