-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: massive jump toward a legit homestar runtime
* Adds runtime for singular workflows (multiple workflows incoming). Incldues: - workflow => Dag for sequential/promised and parallel compute - task scheduler (within workflow) - worker - integration between libp2p and workers for receipts and more - feature-gating ipfs for resources - adds retry/backoff for fetching resources * moves us toward tracing's logging and adds logfmt-formatted logs * removes much of early-early demo code Issues closed: - #76 - #79 - #86 (enough for now)
- Loading branch information
1 parent
b60da1d
commit 3c314fc
Showing
73 changed files
with
5,876 additions
and
2,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
use_flake | ||
|
||
export RUST_LOG=homestar=debug,sqlx=warn,atuin_client=warn,libp2p=debug | ||
export RUST_BACKTRACE=1 | ||
export RUST_LOG=homestar_runtime=debug,atuin_client=warn,libp2p=info | ||
export RUST_BACKTRACE=full |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.