Skip to content

Update HTTP listening documentation#499

Merged
tarcisiozf merged 2 commits into
mainfrom
DEVSVCS-5268/update-docs
Jun 23, 2026
Merged

Update HTTP listening documentation#499
tarcisiozf merged 2 commits into
mainfrom
DEVSVCS-5268/update-docs

Conversation

@tarcisiozf

Copy link
Copy Markdown
Contributor

This pull request adds support for configuring the HTTP trigger server port in the workflow simulator via a new CLI flag, rather than relying on a hardcoded value. The port can now be set with the --http-trigger-port flag, and this value is propagated throughout the codebase, including tests and documentation. The default port remains 2000 if not specified.

HTTP Trigger Port Configuration:

  • Introduced a new CLI flag --http-trigger-port (default: 2000) to allow users to specify the port for the local HTTP trigger server in simulate.go, and updated the Inputs struct and input resolution logic to support this parameter.

@tarcisiozf tarcisiozf requested a review from a team as a code owner June 22, 2026 13:42
@github-actions

Copy link
Copy Markdown

👋 tarcisiozf, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

--http-trigger-port int Port used by the local HTTP trigger server (default 2000)
--limits string Production limits to enforce during simulation: 'default' for prod defaults, path to a limits JSON file (e.g. from 'cre workflow limits export'), or 'none' to disable (default "default")
--listen Listen for HTTP requests or supported log triggers and run the simulator for each match
--listen Listen for HTTP requests or supported log triggers and run the simulator for each match (not supported by cron)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@tarcisiozf tarcisiozf added this pull request to the merge queue Jun 23, 2026
Merged via the queue into main with commit 4fcf3bc Jun 23, 2026
18 checks passed
@tarcisiozf tarcisiozf deleted the DEVSVCS-5268/update-docs branch June 23, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants