zerodha / dungbeetle

A distributed job server built specifically for queuing and executing heavy SQL read jobs asynchronously. Separate out reporting layer from apps. MySQL, Postgres, ClickHouse.
MIT License
541 stars 77 forks source link

Add the option for reload sql in runtime #20

Closed josejuanmontiel closed 8 months ago

josejuanmontiel commented 1 year ago

I think could be interesting use something like fsnotify to watch changes in sql file (when debugging or running outside the build... i need to try all the options) but the idea (later) is to have way to include new sql e.g. via API ... without restarting or in production...

knadh commented 1 year ago

Makes sense.