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

Prod Release 2 - 31/07/2024 #963

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Prod Release 2 - 31/07/2024 #963

merged 2 commits into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. fix: Increase timeout for block stream health check (#957)

    Increasing timeout for the block stream health check to ensure unwanted
    stalled flagging of properly executing block streams. When QueryApi is
    restarted, a thundering herd situation can lead to slower queries.
    darunrs committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7af836b View commit details
    Browse the repository at this point in the history
  2. fix: removed overwritting of indexername in obj (#962)

    Databricks stores account and function names in their sanitized form
    (Only alphanumerics and underscores) as this is how they are stored in
    Hasura. However, the actual indexer and accounts are stored in both RPC
    and the queryapi_indexer under their original names.
    
    This PR prevents the metadata from databricks overwriting the original
    names with the sanitized ones.
    Kevin101Zhang committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    701ea19 View commit details
    Browse the repository at this point in the history