dipdup-io / dipdup

Modular framework for creating selective indexers and featureful backends for dapps
https://dipdup.io
MIT License
92 stars 52 forks source link

Ability to sync specific indexes earlier than others #247

Closed droserasprout closed 2 years ago

droserasprout commented 2 years ago

What feature would you like to see in DipDup?

The idea, when having multiple indexes and they actually sort of depending on each other, it would be nice to be able to set a "synch order" allowing one to say, index tokens before a market contract, at real-time this should matter perhaps but historically I can see race conditions happening.

Why do you need this feature, what's the use case?

Is there a workaround currently?

No.

https://discord.com/channels/846362414039695391/846418873233571840/943761927576883240

droserasprout commented 2 years ago

In rare cases when this feature might be helpful, developers can achieve the same behavior with postprocessing hooks. Closing as wontdo.