Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: overwrite existing messages instead of throwing an error #536

Merged
merged 1 commit into from
Jul 19, 2016

Conversation

bbangert
Copy link
Contributor

DynamoDB throws a condition check failure if you put_item and
it already exists. This can occur when we save a message that
may already exist when a user hops servers without ack'ing. We
should allow it since it consumes the same resources.

Closes #535

@jrconlin r?

DynamoDB throws a condition check failure if you put_item and
it already exists. This can occur when we save a message that
may already exist when a user hops servers without ack'ing. We
should allow it since it consumes the same resources.

Closes #535
@codecov-io
Copy link

Current coverage is 100%

Merging #536 into master will not change coverage

@@           master   #536   diff @@
====================================
  Files          40     40          
  Lines        8365   8387    +22   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits         8365   8387    +22   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last updated by 43acc69...aa73881

@jrconlin
Copy link
Member

r+

@jrconlin jrconlin merged commit 36100d6 into master Jul 19, 2016
@bbangert bbangert deleted the fix/issue-535 branch July 30, 2016 05:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants