Skip to content

Commit

Permalink
Fix missing work-loop-chan
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Sep 15, 2023
1 parent 0111b92 commit 500fa76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nosana_node/nosana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ Running Nosana Node %s
:else (sol/get-metadata-pda nft))]
{:network network
:signer signer
:signer-pub signer-pub
:secrets-endpoint "https://secrets.k8s.dev.nos.ci"
:allowed-ops [:container/run :container/create-volume :nos/flow]
:pinata-jwt (:pinata-jwt vault)
Expand Down Expand Up @@ -785,7 +786,8 @@ Running Nosana Node %s
:nos/loop-chan
(when (and (:start-job-loop? vault) (= :success status))
(work-loop conf (merge system
{:nos/exit-chan exit-ch
{:nos/exit-chan exit-ch
:nos/work-loop-chan work-loop-ch
:nos/poll-delay (:poll-delay-ms vault)})))
:nos/exit-chan exit-ch
:nos/work-loop-chan work-loop-ch
Expand Down

0 comments on commit 500fa76

Please sign in to comment.