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

Use pq.Array to avoid hitting parameter limits #8528

Merged
merged 2 commits into from
Aug 22, 2022

Commits on Aug 19, 2022

  1. Add test for reaping 250,000 build events

    This fails with:
      pq: got 250000 parameters but PostgreSQL only supports 65535 parameters
    
    Signed-off-by: Adam Eijdenberg <adam.eijdenberg@defence.gov.au>
    ae-govau committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    0c76556 View commit details
    Browse the repository at this point in the history
  2. Use pq.Array to avoid hitting parameter limits

    Signed-off-by: Adam Eijdenberg <adam.eijdenberg@defence.gov.au>
    ae-govau committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    11f1bb7 View commit details
    Browse the repository at this point in the history