Better launch, cleaner shutdown (wip)
This commit is contained in:
1
env/check
vendored
1
env/check
vendored
@@ -1,7 +1,6 @@
|
||||
# Does not run any downloads but displays the previously downloaded but not yet checked files. Requires display-acces via xauth
|
||||
|
||||
CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
|
||||
HOSTS_FILE=~/Bulk/COSS/Downloads/coss_archiving/dependencies/hosts
|
||||
|
||||
XAUTHORTIY=$XAUTHORTIY
|
||||
XSOCK=/tmp/.X11-unix
|
||||
|
1
env/debug
vendored
1
env/debug
vendored
@@ -1,7 +1,6 @@
|
||||
# Runs in a debugging mode, does not launch anything at all but starts a bash process
|
||||
|
||||
CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
|
||||
HOSTS_FILE=~/Bulk/COSS/Downloads/coss_archiving/dependencies/hosts
|
||||
|
||||
CODE=./
|
||||
XAUTHORTIY=$XAUTHORTIY
|
||||
|
2
env/production
vendored
2
env/production
vendored
@@ -1,8 +1,8 @@
|
||||
# Runs on the main slack channel with the full worker setup. If nothing funky has occured, reducedfetch is a speedup
|
||||
|
||||
CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
|
||||
HOSTS_FILE=~/Bulk/COSS/Downloads/coss_archiving/dependencies/hosts
|
||||
|
||||
CONTAINERS_TO_RUN=nas_sync, geckodriver
|
||||
DEBUG=false
|
||||
CHECK=false
|
||||
UPLOAD=false
|
||||
|
3
env/upload
vendored
3
env/upload
vendored
@@ -1,9 +1,8 @@
|
||||
# Does not run any other workers and only upploads to archive the urls that weren't previously uploaded
|
||||
|
||||
CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
|
||||
HOSTS_FILE=~/Bulk/COSS/Downloads/coss_archiving/dependencies/hosts
|
||||
|
||||
|
||||
NEWS_FETCH_DEPENDS_ON="[]"
|
||||
DEBUG=false
|
||||
CHECK=false
|
||||
UPLOAD=true
|
||||
|
Reference in New Issue
Block a user