Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Topic messages shouldn't have sortkey_timestamps #402

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Jul 17, 2023

  • fix autoconnect's db initialization to match autoendpoint's (don't panic when no DB_DSN is set)

  • don't unnecessarily remove expired messages in a background task during check storage

SYNC-3777
SYNC-3809

- fix autoconnect's db initialization to match autoendpoint's (don't panic when
no DB_DSN is set)

- don't unnecessarily remove expired messages in a background task during check
  storage

SYNC-3777
SYNC-3809
@pjenvey pjenvey requested a review from jrconlin July 17, 2023 22:05
@pjenvey
Copy link
Member Author

pjenvey commented Jul 17, 2023

FYI @jrconlin I put the naming change in a different branch against feat/big_table feat/big_table...feat/big_table-chid_msgid

}
false
});
// TODO: A batch remove_messages would be nicer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically, we should use the Topic Family to say that only one version of this should be stored or returned, but we can work on that later.

@pjenvey pjenvey merged commit eeff8d7 into master Jul 17, 2023
@pjenvey pjenvey deleted the fix/topic-sortkey_timestamp-SYNC-3809 branch July 17, 2023 22:46
@jrconlin jrconlin mentioned this pull request Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants