DevStakePool / thoth-bot

THOTH - Telegram Cardano BOT that is able to notify users about wallet TXs
Apache License 2.0
10 stars 1 forks source link

Too many koios timeouts #24

Closed DevStakePool closed 1 year ago

DevStakePool commented 1 year ago

Find a way to optimize the koios calls to avoid timeouts

DevStakePool commented 1 year ago

It's a limitation of the Koios endpoint. Especially this address causes issues:


 -H "accept: application/json"\
 -H "content-type: application/json" \
 -d '{"_addresses":["addr1v95sf69jcfhnmknvffwmfvlvnccatqwfjcyh0nlfc6gh5scta2yzg"],"_after_block_height":8955714}' \```

The plan is probably to black list it
DevStakePool commented 1 year ago

Nothing to do on my side