Skip to content

Provide function name to worker at function invocation. - #578

Open
joshLong145 wants to merge 1 commit into
josdejong:masterfrom
joshLong145:fix/preserve-worker-fn-names
Open

Provide function name to worker at function invocation.#578
joshLong145 wants to merge 1 commit into
josdejong:masterfrom
joshLong145:fix/preserve-worker-fn-names

Conversation

@joshLong145

Copy link
Copy Markdown
Contributor

Passes the name of the function being invoked within the worker context.

This implementation will allow for the function name to be available within the workers running instance of the user provided function. It should be noted that script links within the worker will not be accurate, as the method is serialized from an object in memory at time of exec invocation. Debuggers will still not have the direct source link included.

In reference to issue: #512

@joshLong145 joshLong145 changed the title fix(worker): pass function name worker function invocation. fix(worker): pass function name to worker at function invocation. Aug 3, 2026
@joshLong145 joshLong145 changed the title fix(worker): pass function name to worker at function invocation. Provide function name to worker at function invocation. Aug 4, 2026
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.

1 participant