CATProtocol / cat-token-box

A monorepo for packages implementing CAT protocol
https://catprotocol.org
MIT License
187 stars 128 forks source link

Using new method "yarn start:worker:prod" to sync the data instead of docker,"trackerBlockHeight" does not change... #146

Closed easyranger closed 2 months ago

easyranger commented 2 months ago

while using the new code updated 2 days ago.

Using new method "yarn start:worker:prod" to sync the data instead of docker,I found an issue:

Only the "nodeBlockHeight" changes,and "trackerBlockHeight" does not change...

opcatdev commented 2 months ago

nodeBlockHeight changes means the fractal node is syncing, check worker logs to see whether the tracker is syncing

easyranger commented 2 months ago

nodeBlockHeight changes means the fractal node is syncing, check worker logs to see whether the tracker is syncing

Thanks for your help indeed.

Following your comment,I have found something: Using yarn start:worker:prod: the logs prompts right on console,which seems all right,but the trackerBlockHeight does not change Using yarn start:worker in development mode,the trackerBlockHeight updated...

Weird....

opcatdev commented 2 months ago

what's the log of runningyarn start:worker:prod, sounds like it is not gonna happen, should something's not configured correctly.

easyranger commented 2 months ago

I just stop start:worker and try yarn start:worker:prod again...It works fine,and the trackerBlockHeight updated successfully....

Should be something wrong with configuration....

Thanks!By the way,the issue can be closed

屏幕截图 2024-09-29 151000