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

Deploy new npm loader to staging

Related to T2098
parent f5862f85
No related branches found
No related tags found
No related merge requests found
...@@ -1990,13 +1990,25 @@ swh::deploy::worker::loader_npm::concurrency: 1 ...@@ -1990,13 +1990,25 @@ swh::deploy::worker::loader_npm::concurrency: 1
swh::deploy::worker::loader_npm::private_tmp: true swh::deploy::worker::loader_npm::private_tmp: true
swh::deploy::worker::loader_npm::loglevel: info swh::deploy::worker::loader_npm::loglevel: info
swh::deploy::worker::loader_npm::config: swh::deploy::worker::loader_npm::config:
storage: "%{alias('swh::remote_service::storage::config::writable')}" storage:
cls: filter
args:
storage:
cls: buffer
args:
storage: "%{alias('swh::remote_service::storage::config::writable')}"
min_batch_size:
content: 10000
content_bytes: 104857600
directory: 1000
revision: 1000
celery: celery:
task_broker: "%{alias('swh::deploy::worker::task_broker')}" task_broker: "%{alias('swh::deploy::worker::task_broker')}"
task_modules: task_modules:
- swh.loader.npm.tasks - swh.loader.package.tasks
task_queues: task_queues:
- swh.loader.npm.tasks.LoadNpm - swh.loader.package.tasks.LoadNpm
swh::deploy::worker::loader_svn::config_file: "%{hiera('swh::conf_directory')}/loader_svn.yml" swh::deploy::worker::loader_svn::config_file: "%{hiera('swh::conf_directory')}/loader_svn.yml"
swh::deploy::worker::loader_svn::concurrency: 1 swh::deploy::worker::loader_svn::concurrency: 1
......
...@@ -62,6 +62,7 @@ swh::deploy::worker::instances: ...@@ -62,6 +62,7 @@ swh::deploy::worker::instances:
- loader_debian - loader_debian
- loader_deposit - loader_deposit
- loader_git - loader_git
- loader_npm
- vault_cooker - vault_cooker
- lister - lister
- indexer_origin_intrinsic_metadata - indexer_origin_intrinsic_metadata
......
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