You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium Risk
The Octane flush change is targeted but affects screen-builder bootstrapping on every request; lowering default FrankenPHP memory from 3072M to 512M may cause OOM on heavy workloads that relied on the old default.
Overview
Fixes the screen designer page selector missing on Octane by adding ProcessMaker\Managers\ScreenBuilderManager to Octane’s flush list so its mutable script registry is reset each request instead of reusing state warmed from prior DISPLAY-screen traffic.
FrankenPHP / Octane defaults are also aligned: default worker memory_limit drops from 3072M to 512M in Caddyfile and config/octane.php (caddy.env), and the documented/default max_execution_time moves to 120 seconds in Caddyfile and .env.example (Octane config still defaults execution time to 90 unless env overrides).
Reviewed by Cursor Bugbot for commit 494126e. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…
Issue & Reproduction Steps
Expected behavior: In the screen designer, FORM screens show the page selector dropdown (Create Page, See all pages, page list).
Actual behavior: On Octane, the page selector is missing in the screen builder. FPM works correctly.
Reproduction steps:
Solution
octane_Screnn_type_issue.mov
How to Test
Related Tickets & Packages
Code Review Checklist