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

Deploy stagit lister

parent 83c14c7f
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,11 @@ listers: ...@@ -90,6 +90,11 @@ listers:
- swh.lister.pubdev.tasks.PubDevListerTask - swh.lister.pubdev.tasks.PubDevListerTask
autoScaling: autoScaling:
maxReplicaCount: 1 maxReplicaCount: 1
stagit:
queues:
- swh.lister.stagit.tasks.StagitListerTask
autoScaling:
maxReplicaCount: 1
loaders: loaders:
enabled: true enabled: true
......
...@@ -168,6 +168,11 @@ listers: ...@@ -168,6 +168,11 @@ listers:
- swh.lister.sourceforge.tasks.IncrementalSourceForgeLister - swh.lister.sourceforge.tasks.IncrementalSourceForgeLister
autoScaling: autoScaling:
maxReplicaCount: 1 maxReplicaCount: 1
stagit:
queues:
- swh.lister.stagit.tasks.StagitListerTask
autoScaling:
maxReplicaCount: 1
cookers: cookers:
enabled: true enabled: true
......
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