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 engine primitive to handle query timeout #16619

Closed
wants to merge 5 commits into from

Commits on Aug 20, 2024

  1. refactor: merge cases that were the same

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    687ac40 View commit details
    Browse the repository at this point in the history
  2. feat: add timeout handler executor

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d6b9361 View commit details
    Browse the repository at this point in the history
  3. feat: fix engine and add tests

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c4585d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. feat: only add timeout handler when required and use session query ti…

    …meout in cache key
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    38a6a10 View commit details
    Browse the repository at this point in the history
  2. test: add e2e testing for the changes

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0442b1c View commit details
    Browse the repository at this point in the history