goflow icon indicating copy to clipboard operation
goflow copied to clipboard

[Code Quality] Abstract the flow Registry

Open s8sg opened this issue 1 year ago • 0 comments

Currently we are using redis to register

  • Flows
  • Worker
  • Workload (In Progress)

Code is currently scattered across runtime like this

The goal is to obstruct the RDB into a flow registry We can initialise the FlowRegistry at the same time when we are initialising the RDB

s8sg avatar Jun 25 '23 08:06 s8sg