The primary change introduced here are Thread.Sleep additions on creation of new data. Was seeing intermittent 404 responses when new data entries are made, likely due to GET requests going to read only data replicas. This change waits a few seconds to allow for data replication prior to read attempts.
Account for eventual consistency
The primary change introduced here are Thread.Sleep additions on creation of new data. Was seeing intermittent 404 responses when new data entries are made, likely due to GET requests going to read only data replicas. This change waits a few seconds to allow for data replication prior to read attempts.