CirclesUBI / circles-iac

Infrastructure provisioning for Circles
GNU Affero General Public License v3.0
4 stars 1 forks source link

Update api version #104

Closed llunaCreixent closed 1 year ago

llunaCreixent commented 1 year ago

I see in the api pod the outputs of the worker jobs, like this: [syncAddress-transfer-0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d-1687598151724] ACTIVE "Sync trust graph for address" job started

I expect they are not there. I tried removing the ETHEREUM_NODE_WS env var from the api-deployment, and the same output. This branch is currently not deployed in prod, only in staging.

llunaCreixent commented 1 year ago

The issue with the extra logs has been investigated and it's not related with the new api version. It's related to the code of the api not being refactored yet to exclude the execution of the logic related to the cli pathfinder code. https://github.com/CirclesUBI/circles-api/issues/194