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

Add option to disable full index #1030

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dyladan
Copy link

@dyladan dyladan commented Nov 2, 2023

Fixes #1026

Currently, on startup a full index is created on the cla model. The type of index is unsupported by AWS DocumentDB and an unhandled promise rejection is thrown causing recent versions of NodeJS to crash in their default configuration. This is only a performance optimization and is not needed for self-hosted installations which are unlikely to reach the scale required by the hosted version.

This PR introduces an option to disable the full index, allowing the CLA assistant to run without problems on AWS DocumentDB

Signed-off-by: Daniel Dyla <daniel.dyla@dynatrace.com>
Copy link

cla-assistant bot commented Nov 2, 2023

CLA assistant check
All committers have signed the CLA.

@dyladan
Copy link
Author

dyladan commented Nov 15, 2023

Is there anything I can do to try to move this forward?

@dyladan
Copy link
Author

dyladan commented Dec 13, 2023

@Shegox is there any chance for this to move forward or should we look into other ways to solve our issue?

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.

CLA Assistant fails to start when used with AWS DocumentDB
1 participant