Skip to content

Compute worker - show docker pull image failure logs

Placeholder Ihsan Ullah requested to merge compute_worker_crash into develop

I have added some code to show docker pull failure logs in the ingestion logs. But there are some problems

  1. When you make the function _get_container_image async, then I am able to write to the logs BUT then the code does not stop and moves to the scoring program which is expected because we don't use await to wait for _get_container_image to finish its execution.
  2. If you remove async from _get_container_image then you get an error that the logs files does not exist

This needs some discussion


this is how we see the logs: Screenshot 2023-09-05 at 12 04 02 AM Screenshot 2023-09-05 at 12 04 46 AM

Merge request reports

Loading