We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82c87e commit 4a17e7fCopy full SHA for 4a17e7f
price_service/server/README.md
@@ -68,3 +68,9 @@ $ docker buildx build -f price_service/server/Dockerfile -t pyth_price_server .
68
69
If you wish to build price service without docker, please follow the instruction of the price service
70
[`Dockerfile`](./Dockerfile)
71
+
72
+## Known Issues
73
74
+The spy sometimes fails to connect to the peer-to-peer network on initialization. If this happens, the price
75
+service will not be able to retrieve any data. You can fix this problem by quitting, removing the containers from Docker,
76
+then restarting both containers. Simply stopping and starting the services tends not to work.
0 commit comments