w5teams / w5

Security Orchestration, Automation and Response (SOAR) Platform. 安全编排与自动化响应平台,无需编写代码的安全自动化,使用 SOAR 可以让团队工作更加高效

Home Page:https://w5.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

调用webhook过快会导致重复任务

rym4n opened this issue · comments

commented

因为 Auto 类的 run 每次会从数据库读取 controller_data 作为参数再执行,如果剧本本身的执行时间较长,而调用webhook的频率较高,则会导致 auto_execute 时快速 update controller_data ,当异步任务执行时再从数据库读到的 controller_data 则会出现重复。

收到,新版本我会修复