docs(flowise): sync startup delay options#344
Conversation
📝 WalkthroughWalkthroughPlayground configuration for the Flowise chart replaces prior general fields with Flowise-specific keys and restructures ingress fields to hosts/paths format, removing the TLS toggle. Flowise is added to the site-sync playground map. Flowise documentation is updated for startup delay settings, queue-mode sequencing guidance, and an image tag bump. ChangesFlowise playground config and docs
Estimated code review effort: 2 (Simple) | ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/data/playground-configs.ts (1)
3726-3783: 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick winMove the Flowise fields out of the
n8nconfig insrc/data/playground-configs.ts. Then8nblock now definesflowise.*andqueue.worker.*keys, whilesrc/pages/playground.astroroutes the Flowise slug tochartConfigs.flowise. That leaves Flowise without these controls and pushes invalid values into N8N. Move this General/Queue block underflowiseand restore the N8N-specific fields.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@src/data/playground-configs.ts` around lines 3726 - 3783, The Flowise General/Queue settings are mistakenly defined under the n8n config, which causes flowise.* and queue.worker.* values to be applied to the wrong chart. Move this block from the n8n entry in playground-configs.ts into the flowise entry so playground.astro can resolve the Flowise slug via chartConfigs.flowise, and restore the proper N8N-specific fields under n8n instead. Use the existing General and Queue section names and the flowise/queue.worker field keys to relocate the controls cleanly.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@src/data/playground-configs.ts`:
- Around line 3726-3783: The Flowise General/Queue settings are mistakenly
defined under the n8n config, which causes flowise.* and queue.worker.* values
to be applied to the wrong chart. Move this block from the n8n entry in
playground-configs.ts into the flowise entry so playground.astro can resolve the
Flowise slug via chartConfigs.flowise, and restore the proper N8N-specific
fields under n8n instead. Use the existing General and Queue section names and
the flowise/queue.worker field keys to relocate the controls cleanly.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: c33a0221-9602-489e-9a27-47c2c55e193d
📒 Files selected for processing (3)
src/data/playground-configs.tssrc/pages/docs/charts/flowise.mdxsrc/pages/playground.astro
Summary
Validation
Charts PR: helmforgedev/charts#666
Issue: helmforgedev/charts#633