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

feat(sql): log the size of executions when they complete #4660

Merged
merged 2 commits into from
Apr 16, 2024

Commits on Apr 15, 2024

  1. feat(sql): log the size of executions when they complete

    to make changes in size over time more observable.  This makes it easier to see the impact
    of features like the artifact store.
    
    Not setting the size in RedisExecutionRepository because the extra
    objectMapper.writeValueAsString is potentially expensive and I'm not sure how many folks
    are using redis for this.
    dbyron-sf committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5cda6b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    9c1c1c9 View commit details
    Browse the repository at this point in the history