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.
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.