Skip to content

Aws worker service

Yunhua Koglin requested to merge aws-worker into main

Checklist

  1. bulk worker service code
  2. bulk worker service docker file
    • Use python 3.10+, extra-index-url set, CSP specific dependencies installed.
  3. bulk worker service configuration
    • CLOUD_PROVIDER env var set.
    • OPENAPI_PREFIX env var set or will use default value 'api/wdms-worker`.
  4. 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.
  5. WDMS main service configuration
    • WDMS configuration: SERVICE_HOST_WDMS_WORKER env var set. (and confirmed using WDMS '/version' API it's taken into account)
  6. Validation
    • WDMS e2e pass.
Edited by Yunhua Koglin

Merge request reports