You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent accidental data loss and duplicate data, we can add file locking capability (by default with opt-out) to file file collector and file output bot.
The bot's only read (collector) or write to (output) the file if they get an exclusive file lock.
The text was updated successfully, but these errors were encountered:
Locking the file with python fcntl to aquire a file lock,
it may not support windows installations :/
Fixes#2128Fixes#1631
Signed-off-by: Sebastian Waldbauer <[email protected]>
Locking the file with python fcntl to aquire a file lock,
it may not support windows installations :/
Fixes#2128Fixes#1631
Signed-off-by: Sebastian Waldbauer <[email protected]>
Locking the file with python fcntl to aquire a file lock,
it may not support windows installations :/
Fixes#2128Fixes#1631
Signed-off-by: Sebastian Waldbauer <[email protected]>
Locking the file with python fcntl to aquire a file lock,
it may not support windows installations :/
Fixes#2128Fixes#1631
Signed-off-by: Sebastian Waldbauer <[email protected]>
To prevent accidental data loss and duplicate data, we can add file locking capability (by default with opt-out) to file file collector and file output bot.
The bot's only read (collector) or write to (output) the file if they get an exclusive file lock.
The text was updated successfully, but these errors were encountered: