holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
162 stars 38 forks source link

Adding STARTUP variable in the env file for a better example. #759

Closed Maverick9081 closed 2 years ago

Maverick9081 commented 2 years ago

GOAL

Adding STARTUP in the envfile.

Explanation

The indexer runs fine by following the Readme. But when Startup is set to null in geyserPluginConfig and network is mainnet the indexer is connects to a wrong queue. so Rabbitmq will receive data but indexer wont consume it Because of that.

I create a PR for this https://github.com/holaplex/indexer/pull/758

there were some people that faced the situation as me . so it would be better if there is some explanation about this in the readMe as well.

I haven't contributed to any opens source projects.so I don't know how this works. @kespinola @mpwsh if Anything i should do please guide me