-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lockfile in download_decompress (#1332)
* lockfile in download_decompress * Revert "lockfile in download_decompress" This reverts commit 6e67de8. * refactor: download synchronization with filelock * filelock logs and poll interval * remove lockfile.unlink() cause of race condition * feat: filelock log level increased Co-authored-by: Fedor Ignatov <[email protected]>
- Loading branch information
1 parent
3b78bab
commit b552d0c
Showing
5 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,3 +125,8 @@ download/ | |
|
||
# project data | ||
/data/ | ||
|
||
# local dockerfiles | ||
/Dockerfile | ||
/entrypoint.sh | ||
/.dockerignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
aio-pika==6.4.1 | ||
Cython==0.29.14 | ||
fastapi==0.47.1 | ||
filelock==3.0.12 | ||
h5py==2.10.0 | ||
nltk==3.4.5 | ||
numpy==1.18.0 | ||
|