NCIOCPL / bestbets-api

0 stars 4 forks source link

indexer fails when there is no index/alias named bestbets exits #15

Closed zhuomingao closed 7 years ago

zhuomingao commented 7 years ago

Run indexer first time on STAGE, indexer fails. After examining ES log, it shows the indexer tries to get token account from a not-found index named bestbets.

Actually the indexer I ran is for Preview, but the indexer is still trying to use bestbets. It should use the newly created index bestbetspreviewxxxxxxx instead of bestbets to get token count.