Long start-up time?

Hi everyone,

This post was heavily edited, it was originally about another issue that got resolved (writing down stuff often highlights your mistakes :sweat_smile:)
I got a brief question on the expected building time for a 900 kB pbf file. Looking at docker logs, building the graph itself takes less than 1 second. However, it can take up to 10 minutes for ORS to show ready. Is it a normal behaviour ?

Thank you very much for your time

Hey,
that is probably due to a kafka listener init currently blocking until everything is built.
There’s a fix for this that you can merge yourself or wait until it gets merged into master, which should happen soon.

Best regards