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

fix: stack depth limit exhausted when trying to release 9000 dummy sequences #1495

Conversation

fengelniederhammer
Copy link
Contributor

@fengelniederhammer fengelniederhammer commented Mar 27, 2024

resolves #982

preview URL: https://982-stack-depth-limit-exh.loculus.org/

Summary

One could also set the max_stack_depth in Postgres, but it's better if we don't rely on how the DB instance is configured.
This is a simple and robust solution.

Screenshot

PR Checklist

  • [ ] All necessary documentation has been adapted.
  • [ ] The implemented feature is covered by an appropriate test.

@fengelniederhammer fengelniederhammer added the preview Triggers a deployment to argocd label Mar 27, 2024
Base automatically changed from 785-super-users to main March 27, 2024 11:56
@fengelniederhammer fengelniederhammer force-pushed the 982-stack-depth-limit-exhausted-when-trying-to-release-9000-dummy-sequences branch from 571d153 to 9a30f9d Compare March 27, 2024 11:59
One could also set the max_stack_depth in Postgres, but it's better if we don't rely on how the DB instance is configured.
@fengelniederhammer fengelniederhammer force-pushed the 982-stack-depth-limit-exhausted-when-trying-to-release-9000-dummy-sequences branch from 9a30f9d to 060401b Compare March 27, 2024 13:24
@fengelniederhammer fengelniederhammer merged commit eda7783 into main Mar 27, 2024
11 checks passed
@fengelniederhammer fengelniederhammer deleted the 982-stack-depth-limit-exhausted-when-trying-to-release-9000-dummy-sequences branch March 27, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Triggers a deployment to argocd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack-depth limit exhausted when trying to release 9000 dummy sequences
2 participants