Closed i1i1 closed 2 years ago
Though I do think something like --update-interval
CLI parameter would make more sense and you also need to update docker-compose.yml
to include it.
Though I do think something like
--update-interval
CLI parameter would make more sense and you also need to updatedocker-compose.yml
to include it.
Hmm, should we just have as close configuration in docker-compose.yml
as possible to our production server then?
Hmm, should we just have as close configuration in docker-compose.yml as possible to our production server then?
In subspace-customizations
it is literally the same as in production, that was the point: you pull new changes, build and docker compose up -d
. Do we run something different from what in the repo now?
Yeah, we don't disable node list on the frontend by default on production, so we apply changes locally on prod machine.
I didn't understand what you said there, sounded like two conflicting statements
This pr fixes stale of the top bar in the ui:
As we don't send node updates to the frontend reactively, we need to send updates periodically. In future, we can just send all updates like that.