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

Flush workers through planner #767

Merged
merged 6 commits into from
Jun 30, 2023
Merged

Flush workers through planner #767

merged 6 commits into from
Jun 30, 2023

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Jun 29, 2023

Bump faabric to include faasm/faabric#326.

This means that now worker flush requests (where we clean cached files and machine code) are routed through the planner. Users then send an HTTP request to the planner, and the planner indicates all its registered workers to flush.

This change simplifies the logic on the worker side, which only needs to flush locally when indicated to do so.

@csegarragonz csegarragonz mentioned this pull request Jun 29, 2023
45 tasks
@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Merging #767 (1f09e1b) into main (44f4d12) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #767      +/-   ##
==========================================
+ Coverage   67.38%   67.43%   +0.05%     
==========================================
  Files          69       69              
  Lines        7726     7729       +3     
==========================================
+ Hits         5206     5212       +6     
+ Misses       2520     2517       -3     
Impacted Files Coverage Δ
src/runner/MicrobenchRunner.cpp 80.20% <100.00%> (+0.63%) ⬆️
src/wasm/chaining_util.cpp 63.41% <100.00%> (ø)

... and 1 file with indirect coverage changes

@csegarragonz csegarragonz marked this pull request as ready for review June 30, 2023 10:25
@csegarragonz csegarragonz merged commit 5a15c92 into main Jun 30, 2023
19 checks passed
@csegarragonz csegarragonz deleted the flush-workers branch June 30, 2023 15:10
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.

None yet

1 participant