multiversx / mx-api-service

Unified REST API facade for providing data related to the MultiversX blockchain
https://api.multiversx.com
GNU General Public License v3.0
30 stars 48 forks source link

[Feature Request]: Add the nft processing queue name in configs #1248

Open IosifGabriel opened 3 months ago

IosifGabriel commented 3 months ago

Describe the solution you'd like

At the moment the queue: 'api-process-nfts' is hardcoded in the code and the same rabbitmq cannot be used by 2 different api setups and I would like/need to change the queue name from configs

Is your feature request related to a problem?

Cannot process nfts with the same rabbitmq cluster by 2 different api setups

Describe alternatives you've considered

Add the queue name for nfts in configs like the queue from events notifier

Additional context

No response

Code of Conduct

bogdan-rosianu commented 3 months ago

Hello. Thank you for raising this issue! The PR addressing it is #1251

IosifGabriel commented 2 months ago

Hello, is this feature production ready?