We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3606685 commit fc7e3f4Copy full SHA for fc7e3f4
annet/api/__init__.py
@@ -683,7 +683,7 @@ async def adeploy(
683
) -> ExitCode:
684
""" Сгенерировать конфиг для устройств и задеплоить его """
685
ret: ExitCode = 0
686
- ann_gen.live_configs = await fetcher.fetch(devices=loader.devices, processes=args.parallel)
+ ann_gen.live_configs = await fetcher.fetch(devices=loader.devices, processes=args.parallel, max_slots=args.max_slots)
687
688
device_ids = [d.id for d in loader.devices]
689
for res in ann_gen.old_new(
0 commit comments