populationgenomics / analysis-runner

MIT License
2 stars 4 forks source link

Copy recently added server source files to the server image #707

Closed jmarshall closed 2 months ago

jmarshall commented 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.