alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
24 stars 4 forks source link

VC Refresh Ingestion restrictions #4164

Closed bobbykolev closed 4 days ago

bobbykolev commented 1 week ago

Description

The VC refresh functionality should have count limitations based on a time interval. We need this to ensure stability of the platfrom and optimization of resources.

Acceptance criteria

Additional Context

Screen shots / UX designs / data that are relevant.

Areas that will be affected

To be added during the refinement

bobbykolev commented 1 week ago

Good suggestion from @ccanos on handling of this Updates: Instead of awaiting response from the server, we can notify the user that Data Refresh is in motion and the work could be done in the background (no open connections that could hang in case of huge ingestion).