Skip to content

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
@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.

2 participants