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: Process Envkey import in queue #2573

Merged
merged 3 commits into from
Oct 14, 2024
Merged

Conversation

DanielHougaard
Copy link
Contributor

Description 📣

This PR implements Redis support for external imports. The reason behind this implementation is to support larger file uploads. Previously if EnvKey imports were larger than 2MB, the request would time-out. The first solution to this was to use createManySecrets instead of creating secrets 1-by-1. This wasn't enough for large imports (7MB and above). This Redis implementation allows for any import size. We notify users via. email when 1: the import starts, 2: the import fails or succeeds.

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

@DanielHougaard DanielHougaard self-assigned this Oct 11, 2024
@maidul98 maidul98 changed the title feat: redis external imports feat: Process Envkey import in queue Oct 13, 2024
Copy link
Collaborator

@maidul98 maidul98 left a comment

Choose a reason for hiding this comment

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

Doesn't work with 25mb file but works with 10. Mergeing in because we can't wait much longer

@maidul98 maidul98 merged commit 7fdcb29 into main Oct 14, 2024
6 checks passed
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.

3 participants