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
Currently the mockup agents and bids are stored in the local memory of the app. This prevents this service to be horizontally scaled. In other to achieve that the bids needs need to persist between instances using a shared memory store such as Redis or Memcache.
The text was updated successfully, but these errors were encountered:
Currently the mockup agents and bids are stored in the local memory of the app. This prevents this service to be horizontally scaled. In other to achieve that the bids needs need to persist between instances using a shared memory store such as Redis or Memcache.
The text was updated successfully, but these errors were encountered: