pokt-scan / pocket-ml-testbench

MIT License
0 stars 0 forks source link

Manager : Sepparate node data update from task triggering #73

Closed RawthiL closed 2 months ago

RawthiL commented 4 months ago

The updating of node's data is currently goberned by the Manager that trigger periodically, however this leads to results to be held in the DB untill they can be processed. The manager should be divided into two workflows: one that triggers new tasks periodically and one that processes results and updates nodes. The later workflow can be then directly triggered by the Evaluator as soon as the result is written.