Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Conversation

@onukristo
Copy link
Contributor

@onukristo onukristo commented Sep 19, 2025

Context

  • Reducing default maxTriggersInMemory to 10_000, but leaving it the same for production environment.
    It allows to reduce the reserve heap size in non-production environments.

Checklist

@onukristo onukristo requested a review from a team as a code owner September 19, 2025 06:54
Copilot AI review requested due to automatic review settings September 19, 2025 06:54
@platon-github-app-production
Copy link

Comment /request-review to automatically request reviews from the following teams:

You can also request review from a specific team by commenting /request-review team-name, or you can add a description with --notes "<message>"

💡 If you see something that doesn't look right, check the configuration guide.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reduces the default maxTriggersInMemory configuration from 100,000 to 10,000 for non-production environments while maintaining the original value for production environments to optimize memory usage.

  • Reduces default maxTriggersInMemory from 100,000 to 10,000
  • Implements environment-specific configuration using WiseEnvironment to keep production at 100,000
  • Adds necessary dependency for the WiseEnvironment functionality

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
TasksProperties.java Changes default maxTriggersInMemory from 100,000 to 10,000
TwTasksEnvironmentPostProcessor.java Adds WiseEnvironment configuration to override value to 100,000 for production
build.gradle Adds wiseEnvironmentStarter dependency
build.libraries.gradle Defines the wiseEnvironmentStarter library version and reorganizes entries
gradle.properties Updates version from 1.51.2 to 1.51.3
CHANGELOG.md Documents the change in version 1.51.3

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@onukristo onukristo merged commit c45a783 into master Sep 19, 2025
13 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants