Skip to content

Commit

Permalink
feat: Add nl_scheduler to scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Apr 19, 2024
1 parent 0fce39e commit 035cc2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ while true; do
cargo run --bin vrsctl $CARGO_ARGS ./scripts/nl_shell.ll >/dev/null
fi

cargo run --bin vrsctl $CARGO_ARGS ./scripts/nl_scheduler.ll >/dev/null

cargo run --bin vrsctl $CARGO_ARGS ./scripts/vrs_shell_refresh.ll >/dev/null

if [ "$MODE" = "demo" ]; then
Expand Down

0 comments on commit 035cc2c

Please sign in to comment.