cashapp / misk

Microservice Kontainer
https://cashapp.github.io/misk/
Apache License 2.0
399 stars 169 forks source link

Install the MetadataModule only once for cron metadata #3330

Closed mmollaverdi closed 3 months ago

mmollaverdi commented 3 months ago

It's being installed both from the real and fake cron modules, and for some reason the fake module is being installed by the real one, meaning any binding of the real module results in MetadataModule being installed twice and failing with a duplicate key error.