feat: allow functions decorated with @bpd.remote_function to execute locally#704
feat: allow functions decorated with @bpd.remote_function to execute locally#704
@bpd.remote_function to execute locally#704Conversation
|
e2e failure I'm not sure what's going on with the |
|
Regarding the other failures, looks like the functions were failing to start due to: I wonder if it's because we're pickling more than we used to because the function body is now intact? Will look a bit deeper. |
Looks like this only affected some specific tests that basically decorated the same function twice. Should be fixed by cc11de5 |
|
Remaining failures: I don't think |
ashleyxuu
left a comment
There was a problem hiding this comment.
test_remote_function_via_session_vpc_invalid Is this related to your change?
This is also failing in other PRs unrelated to this change. Filed internal issue 341772893 to investigate. |
BEGIN_COMMIT_OVERRIDE
feat: allow functions decorated with
bpd.remote_function()to execute locally (#704)END_COMMIT_OVERRIDE
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
🦕