Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Last active April 17, 2020 04:00
Show Gist options
  • Save rcdexta/fe1d797583731e22c78af925e91d00d8 to your computer and use it in GitHub Desktop.
Save rcdexta/fe1d797583731e22c78af925e91d00d8 to your computer and use it in GitHub Desktop.
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