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

Sender Data: Change DB schemata to add next_retry_time_ms property/column #3545

Closed
andybalaam opened this issue Jun 13, 2024 · 1 comment
Closed
Assignees

Comments

@andybalaam
Copy link
Member

andybalaam commented Jun 13, 2024

To allow retrying fetching sender data for megolm sessions, add next_retry_time_ms property/column to the storage for InboundGroupSessions.

Part of #3544 which is part of Invisible Crypto.

IndexedDb

Additional unencrypted indexed field, next to backed_up_to: next_retry_time_ms

Sqlite

Additional indexed column, next to backed_up: `next_retry_time_ms

@andybalaam andybalaam changed the title Change DB schemata to add next_retry_time property/column Sender Data: Change DB schemata to add next_retry_time property/column Jun 13, 2024
@andybalaam andybalaam changed the title Sender Data: Change DB schemata to add next_retry_time property/column Sender Data: Change DB schemata to add next_retry_time_ms property/column Jun 18, 2024
@andybalaam andybalaam self-assigned this Jul 16, 2024
@andybalaam andybalaam changed the title Sender Data: Change DB schemata to add next_retry_time_ms property/column Sender Data: Change DB schemata to add next_retry_time_ms and retry_count properties/columns Jul 18, 2024
@andybalaam andybalaam changed the title Sender Data: Change DB schemata to add next_retry_time_ms and retry_count properties/columns Sender Data: Change DB schemata to add next_retry_time_ms property/column Jul 18, 2024
@andybalaam
Copy link
Member Author

No longer needed - see the updated plan in #3544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant