Closed jmarshall closed 2 months ago
Another small fix for PR #695, which refactored the server code to add two new source files but did not copy them to the server image.
The previous deploys failed with:
** submit test batch curl: (22) The requested URL returned error: 503 Retrying due to curl exit status: 22 ...
and tracking down the corresponding server logs shows:
… … File "/main.py", line 10, in <module> from ar import add_analysis_runner_routes ModuleNotFoundError: No module named 'ar'
Oops.
Another small fix for PR #695, which refactored the server code to add two new source files but did not copy them to the server image.
The previous deploys failed with:
and tracking down the corresponding server logs shows:
Oops.