Skip to content

Conversation

ntaylorkhan
Copy link

Solves #1160 by including language informing users that large codebase may result in long worker startup time when no build_id is given.

What was changed

worker doc comment for build_id field.

Why?

On initialization the best-effort process results in walking and MD5 hashing every module in the codebase, this is normally fast but in large codebases (15M+ lines of code) this can result in a long wait for worker to boot.

Users should have some way to know that providing build_id resolves this issue.

Checklist

  1. Closes Modify code comment for Worker build_id field #1160

  2. How was this tested:
    n/a

  3. Any docs updates needed?
    n/a

Solves #1160 by including language informing users that large codebase may result in long worker startup time when no build_id is given.
@ntaylorkhan ntaylorkhan requested a review from a team as a code owner October 15, 2025 17:42
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

Modify code comment for Worker build_id field

2 participants