Closed nsheff closed 5 years ago
What does your config.yaml say about database host? Is elastic up and running?
yeah, it's running, but apparently not connecting.
I changed config to:
path_config:
bedstat_pipeline_output_path: /home/nsheff/code/bedstat/output/results_pipeline
database:
host : localhost
server:
host: 0.0.0.0
port: 8000
But my point is that even if it can't connect, it shouldn't loop infinitely...
Ok I was able to get it to work! can't explain the infinite loop though.
Ah, OK - yes, I agree. Not sure what in the code makes it do that since there are no loops in the code.
I tested the setup in the following two instances, WITHOUT elasticsearch running (either in local or docker form):
when running the docker command:
(it goes on forever)