-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task/WG-383: add queue for heavy tasks (#220)
* Rework worker Dockerfile and bump PotreeConverter * Fix docker compose commands * Update and improve custom html template * Activate conda when starting bash on running container * Add an additional test * Improve nginx.conf to allow range requests for potree bin files * Fix adding of nsf_logo.png * Fix unit test * Add vim package * Do not need to install laszip * Clean up dockerfile * Update deployed nginx.conf to allow range requests for potree bin files * Simplify entrypoint script * Refactor oder of Dockerfile * Fix nginx.conf so range requests work on Firefox * Remove unused background image in template Also, fixes nsf log snippet application. * Improve comment * Fix PYTHONPATH * Fix .bin settings * Unify how some settings are set * Lower max body size This was high as we used to support direct file upload instead of using TAPIS * Improve error handling to log memory issues * Add heavy queue for computationally intensive tasks.
- Loading branch information
1 parent
f50e8e9
commit 9027c0f
Showing
5 changed files
with
22 additions
and
4 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
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