Skip to content

Conversation

@csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented May 11, 2023

Originally, we used callFunction(faabric::Message) to invoke function execution. At some point we moved to callFunctions(faabric::BatchExecuteRequest), and we kept the former for backwards-compatibility.

In this PR, I remove the usage of callFunction altogether, simplifying the code-base. In the process, I also simplify the variety of exec* functions we had for the tests, making all of them boil down to the same baseline code.

@csegarragonz csegarragonz mentioned this pull request May 23, 2023
45 tasks
@csegarragonz csegarragonz marked this pull request as ready for review June 1, 2023 13:49
@csegarragonz csegarragonz changed the title Call functions Remove old callFunction signature Jun 1, 2023
@csegarragonz csegarragonz changed the title Remove old callFunction signature Remove obsolete callFunction signature Jun 1, 2023
@csegarragonz csegarragonz merged commit 9d6814f into main Jun 2, 2023
@csegarragonz csegarragonz deleted the call-functions branch June 2, 2023 08:15
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