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
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,9 @@ export AUTOPKG_POSTGRES_PORT= # Used for API Boundaries only (and test natural_e
159
159
export AUTOPKG_POSTGRES_DB= # Used for API Boundaries only (and test natural_earth_vector processor in Worker)
160
160
export AUTOPKG_CELERY_BROKER= # Used for Worker only
161
161
export AUTOPKG_CELERY_BACKEND= # Used in API and Worker
162
+
export AUTOPKG_CELERY_CONCURRENCY= # Celery worker concurrency - dataproc only
163
+
export AUTOPKG_TASK_LOCK_TIMEOUT=600 # Secs - Duplicate task lock timeout (blocks duplicate processors from executing for this time)
164
+
export AUTOPKG_TASK_EXPIRY_SECS=3600 # Secs before tasks expire on Celery - dataproc only
162
165
export AUTOPKG_STORAGE_BACKEND= # Storage backend to use for final packages (see additional backend-specific flags below for more info). Used in API and Worker
163
166
export AUTOPKG_LOCALFS_STORAGE_BACKEND_ROOT= # Path to root-directory for packages. Used in API and Worker
164
167
export AUTOPKG_LOCALFS_PROCESSING_BACKEND_ROOT= # Path to root-directory for local interim processing data. Used by Worker only
worker_prefetch_multiplier=1, # Do not change - long running tasks require this. See: https://docs.celeryq.dev/en/stable/userguide/configuration.html#std-setting-worker_prefetch_multiplier
0 commit comments