Skip to content

Commit

Permalink
[Google] Incr. sync fix: redis is singleton
Browse files Browse the repository at this point in the history
Description
---
Fixes [issue](https://dust4ai.slack.com/archives/C05F84CFP0E/p1732731230321059) from PR #8946

Risk & deploy
---
na
  • Loading branch information
philipperolet committed Nov 27, 2024
1 parent c47b4fd commit 77629cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connectors/src/connectors/google_drive/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,6 @@ export async function incrementalSync(
} else {
throw e;
}
} finally {
await redisCli?.quit();
}
}

Expand Down

0 comments on commit 77629cb

Please sign in to comment.