hirosystems/token-metadata-api

ignore token contract deploys from failed transactions

Closed this issue ยท 1 comments

Otherwise we run into this infinite loop of retries

ProcessTokenJob processing FT SP3AYEGC3JBS6JTP2V9FK20D5C1ZAEEJP2YD8BQQ3.weareontherise (id=2222467)
RetryableJobError: Contract not available yet when calling read-only function get-token-uri
    at StacksNodeRpcClient.makeReadOnlyContractCall (/app/dist/src/token-processor/stacks-node/stacks-node-rpc-client.js:100:23)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async StacksNodeRpcClient.readStringFromContract (/app/dist/src/token-processor/stacks-node/stacks-node-rpc-client.js:30:30)
    at async ProcessTokenJob.getTokenUri (/app/dist/src/token-processor/queue/job/process-token-job.js:160:21)
    at async ProcessTokenJob.handleFt (/app/dist/src/token-processor/queue/job/process-token-job.js:71:21)
    at async ProcessTokenJob.handler (/app/dist/src/token-processor/queue/job/process-token-job.js:47:17)

๐ŸŽ‰ This issue has been resolved in version 1.1.3 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€