Skip to content

wdms worker implementation for Azure

shivani karipe requested to merge az/sk-azure-worker-service into main

Checklist

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

Merge request reports