rixed / ramen

A stream processing language and compiler for small-scale monitoring
Other
14 stars 4 forks source link

`ramen run` of an existing program times out #1451

Closed rixed closed 2 years ago

rixed commented 2 years ago

ramen run waits for the info entry to appear in the configuration, but despite the initial sync nothing is ever received. This is because of:

< rixed with pubkey '': #756958991!, StartSync sources/examples/generators/basic.ramen/info

notice the wrong source name (including the .ramen extension.

Ideally, regardless of the extension, ramen run would refuse to run a program that does not exist.