514-labs / moose

The developer framework for your data & analytics stack
https://www.moosejs.com
MIT License
24 stars 4 forks source link

Investigate one blocks process per file #1538

Open linear[bot] opened 3 days ago

linear[bot] commented 3 days ago

There's some duplicate code in the typescript & python runners. Both reads for block files and puts them in a queue to execute with some retry logic. This could be moved to the rust side, so we'll probably want to change blocks so it's one process per file rather than one process for all.

linear[bot] commented 3 days ago

514-1107 Investigate one blocks process per file