WatchScheduler.json 629 B

123456789101112
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. // G-08 自动监控调度配置。只承载"appsettings 锚点"一类配置项(见 G08-02 配置分类表)。
  4. // 其余参数分别落在属性固化(IntervalMinutes)、代码常量(TenantId / FactoryId / FailurePauseThreshold)
  5. // 与 Admin.NET 作业管理(Enabled)等锚点上,不在本文件承载。
  6. "WatchScheduler": {
  7. // 调试入口 POST /api/aidop/s8/watch-debug/run-once 启用开关。
  8. // 开发 / 测试默认 true;正式环境应覆写为 false。
  9. "DebugEndpointEnabled": true
  10. }
  11. }