Feat: コマンドの並列処理数を制限できる機能
This commit is contained in:
@@ -6,6 +6,7 @@ import { EOL } from "node:os";
|
||||
const schema = z.object({
|
||||
command: z.object({
|
||||
interval: z.number().int().positive(),
|
||||
maxParallels: z.number().int().positive(),
|
||||
}),
|
||||
earthquake: z.object({
|
||||
requireMaxScale: z.union([
|
||||
|
||||
Reference in New Issue
Block a user