Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move RequestTracker into workerd and use it in Worker::Actor #417

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

xortive
Copy link
Collaborator

@xortive xortive commented Mar 3, 2023

No description provided.

private:
kj::Own<const Worker> worker;

// TODO(soon): Provide a RequestTracker in workerd so this can no longer be a Maybe
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmmmm, what do you have in mind? It would be nice if we could just take care of it in this PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it's a large enough piece of work I prefer to land it separately

Copy link
Contributor

@bcaimano bcaimano left a comment

Choose a reason for hiding this comment

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

Thanks for your work moving this over!

Mind tagging @MellowYarker as a co-author? He did a decent part of the work internally (https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors).

@xortive xortive force-pushed the malonso/refactor-actor-deferred-proxying branch 3 times, most recently from c602cc1 to aa63aef Compare March 8, 2023 19:43
…making kj::Own<Worker::Actor> instances with an ActiveRequest attached

Co-authored-by: Milan Miladinovic <[email protected]>
@xortive xortive force-pushed the malonso/refactor-actor-deferred-proxying branch from aa63aef to 8b908f3 Compare March 9, 2023 18:14
@xortive xortive merged commit d77187d into main Mar 9, 2023
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