Clovis
12/09/2022, 10:11 AMJSON
block ? I did see nothing like that in documentation.
To give some context, I got multiple concurrent tasks depending on a common block and actualizing only different part of it. As I don’t want to lose data and because of the concurrency, I want to avoid loading the JSON
block in each tasks, saving it just after with my updates and risking to overwrite it with missing value. So my question here is can I save only part of the JSON
block ? Or maybe there is another solution (like lock or something) to prevent block data loss when it comes to async parallel task ?Mason Menges
12/09/2022, 5:14 PMClovis
12/12/2022, 9:10 AM