bvt123 / SCH

GNU General Public License v3.0
1 stars 4 forks source link

Dictionary dependancies #5

Open bvt123 opened 9 months ago

bvt123 commented 9 months ago

When using dictGet() in Transform we must be sure that dictionary data is actual. But the dictionary reloaded not too often and we could get data loss.

We could add a dictionary to the dependencies list and use the dictionary last_successful_update_time in LagLive and schBlock() to delay the Transform run.