constants.py 325 B

1234567
  1. """Scheduler job identifiers shared by app and job implementations."""
  2. SUPPLY_PIPELINE_JOB_ID = "run_supply_pipeline"
  3. SUPPLY_PIPELINE_JOB_NAME = "供给数据流水线"
  4. # find_agent:当日全部 S/A 需求(有拓展点位),单线程串行找视频;有效视频满 200 提前结束
  5. PIPELINE_FIND_AGENT_WORKERS = 1