Kurbitz / PDCMAD

Creative Commons Attribution 4.0 International
3 stars 0 forks source link

Parallellize anomaly detection triggers #118

Open Meeptard opened 10 months ago

Meeptard commented 10 months ago

Right now the API writes data to a set file called "input.csv" and reads from "output.csv" which means in case of multiple triggers there will be data races. One solution is to create unique ID's as a prefix for the input files eg. "[ID]_input/output.csv"