Aws worker service
Checklist
-
bulk worker service code
-
CSP specific code dependencies are in place. -
CSP optional requirements in place.
-
-
bulk worker service docker file
-
Use python 3.10+, extra-index-url set, CSP specific dependencies installed.
-
-
bulk worker service configuration
-
CLOUD_PROVIDER
env var set. -
OPENAPI_PREFIX
env var set or will use default value 'api/wdms-worker`.
-
-
bulk worker service deployment
-
Service has access right to read/write on blob storage. -
Service not accessible from external. -
Service only accept requests from WDMS.
-
- WDMS main service configuration
-
WDMS configuration: SERVICE_HOST_WDMS_WORKER
env var set. (and confirmed using WDMS '/version' API it's taken into account)
-
- Validation
-
WDMS e2e pass.
-
Edited by Yunhua Koglin