You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delegates (proposers) is used on mobile clients only, and the traffic associated with the delegates endpoint is low. However, after the delegates/proposers list is included in the Web UI, we expect a substantial increase in the traffic related to these endpoints.
The CGW strategy was not to cache the results for the delegates/proposers, but considering the traffic increase, it might make sense to add a caching/invalidation strategy.
Technical details
Create a new event to signal the delegates/proposers' list has changed for a Safe address.
Send the event to the general RabbitMQ, which is consumed by the CGW.
The text was updated successfully, but these errors were encountered:
What is needed?
Delegates (proposers) is used on mobile clients only, and the traffic associated with the delegates endpoint is low. However, after the delegates/proposers list is included in the Web UI, we expect a substantial increase in the traffic related to these endpoints.
The CGW strategy was not to cache the results for the delegates/proposers, but considering the traffic increase, it might make sense to add a caching/invalidation strategy.
Technical details
The text was updated successfully, but these errors were encountered: