Pavlo Zabudskyi
Pavlo Zabudskyi
Hi, I have `print_refresh_time: 1` set and it looks like huge overhead to launch after-processing script each 1s with `print_trigger_exec`. It would be great to have `print_trigger_time` like `sql_trigger_time`. Do...
Are there any options to add packages, etc, except web ui or adding it straight to db? Do you plan to implement it?
Hi, It would be convenient no have possibility to modify [DB migrations](https://github.com/kinvolk/nebraska/blob/master/pkg/api/db/migrations/0006_initial_application.sql) without building new container. And do something like this for CI. ``` FROM quay.io/flatcar/nebraska:2.0.5 COPY 0006_initial_application /somepath/0006_initial_application ```