Last active
April 17, 2020 04:00
-
-
Save rcdexta/fe1d797583731e22c78af925e91d00d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
event1 = {id: 'evt7', user_id: 'usr1', details: {...}} | |
UserEventsProcessor.perform_async event1, | |
message_group_id: event1.user_id, | |
message_deduplication_id: event1.id | |
event1 = {id: 'evt2', user_id: 'usr1', details: {...}} | |
UserEventsProcessor.perform_async event1, | |
message_group_id: event1.user_id, | |
message_deduplication_id: event1.id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment