BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Start block synchronous monitoring process in batch mode #1287

Closed YoshihitoAso closed 1 year ago

YoshihitoAso commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, the block synchronous monitoring process is started in API server mode, but this is inefficient because it is duplicated on each API server.

Describe the solution you'd like

I would like to rename the processor_notification mode to processor mode and change it so that block synchronization monitoring is started in this mode.