Commit 77e2708
authored
feature: implement ipfs upload in worker (#609)
* refactor task bridge to handle async tasks in concurrently, use JoinMap for file validation tasks
* put file upload futures into select
* add todo
* update ci rustflag
* maybe fix workflow
* actually fix
* add ipfs upload to worker
* add cli flags for ipfs and port
* remove expects
* small visibility change
* use FuturesUnordered instead of JoinSet1 parent a8385d5 commit 77e2708
File tree
7 files changed
+2011
-111
lines changed- .github/workflows
- crates/worker
- src
- cli
- docker/taskbridge
7 files changed
+2011
-111
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments