This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Replies: 2 comments 1 reply
-
big files are uploaded in chunked parts so that won't be an issue afaik |
Beta Was this translation helpful? Give feedback.
0 replies
-
May the chunks from different writers be be mixed up eventually in the file?
Based on the API description, the chunks are uploaded in separate requests. How will the server know which chunk was saved before the current it is now processing?
Anyhow, let’s ask it this way: is “drive.put(filename)” call is atomic?
…On 5 Dec 2022 at 23:54 +0100, Sougata Jana ***@***.***>, wrote:
big files are uploaded in chunked parts so that won't be an issue afaik
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
What happens when two workers of a micro (according to logs, I see at least two of them) are writing to the same Deta Drive file?
If the file is big enough, both workers may write simultaneously to the same file.
What is it expected behaviour of the file consistency?
Beta Was this translation helpful? Give feedback.
All reactions