Hello Community, can anybody please help me with f...
# ask-community
k
Hello Community, can anybody please help me with following issue. Settings : PREFECT_RUNNER_POLL_FREQUENCY='1' PREFECT_WORKER_QUERY_SECONDS='0.5' These three are files such data_(no of_worker}__{events__per_second}__{number_of_minutes}.csv. Column in each file are as follows. First column: event number Second Column: flow_run created - event_occured Third Column : flow run started - flow run created Problem: Values in third column is not linear but lies between some interval as we can see from attachements. As the second column is almost linear function of event number even in case of different number of workers . Can we parallelize something on server side such that we can say that maximum value of second column lies between some known interval as in case of third column.