Commit 5db366f9 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

fix: 将任务池槽位从1调整为8以提高并发处理能力

parent 66eb017e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,4 +49,4 @@ tasks:
    image: csst-msc-l2-mbi-fphot
    command: ["run", "{{ params.input }}"]
    execution_timeout_hours: 5
    pool_slots: 1
    pool_slots: 8