elixir-cloud-aai / proTES

Proxy service for injecting middleware into GA4GH TES requests
Apache License 2.0
5 stars 6 forks source link

Submitted tasks stay in state QUEUE on OpenShift deployment #121

Closed uniqueg closed 1 year ago

uniqueg commented 1 year ago

On the remote TES(K) instances, the tasks are actually completed, so the issue must be in proTES.

Need to figure out details, but one reason may be that the external (TESK) task ID (of the form task- followed by 8-character string composed of numbers and lower-case characters) rather than the proTES task ID (7-character string composed of numbers and upper-case characters) is returned for POST /tasks.

uniqueg commented 1 year ago

Upgrading the deployment via Helm didn't update the Celery worker image. Manually restarting the pod with the latest image solved the issue. No changes necessary.