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(Gong) - add an optional retention policy #11264

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

aubin-tchoi
Copy link
Contributor

@aubin-tchoi aubin-tchoi commented Mar 6, 2025

Description

This PR implements an optional retention policy.

  • When disabled, all transcripts are synced (no change here).
  • When enabled, only the transcripts that are no older than the retention period are synced.

This behavior is implemented using two things:

  • We fetch transcripts starting from the retention period at minimum.
  • We garbage collect outdated transcripts.

Tests

  • Ongoing.

Risk

  • N/A.

Deploy Plan

  • Apply migration_62.sql.
  • Deploy connectors.

Copy link

github-actions bot commented Mar 6, 2025

Warnings
⚠️

Files in **/lib/models/ have been modified and the PR has the migration-ack label. Don't forget to run the migration from prodbox.

Generated by 🚫 dangerJS against 16ad7bd

@aubin-tchoi aubin-tchoi force-pushed the gong-retention-policy branch from 04660f5 to ce6bcc7 Compare March 6, 2025 16:22
@aubin-tchoi aubin-tchoi force-pushed the gong-retention-policy branch from ce6bcc7 to 584667b Compare March 6, 2025 16:23
@aubin-tchoi aubin-tchoi added the migration-ack 📁 Label to acknowledge that a migration is required. label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migration-ack 📁 Label to acknowledge that a migration is required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant