mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Deploy initial configuration and log success in autoconf to avoid the scheduler waiting indefinitely for an instance to be up
This commit is contained in:
parent
0f19335e47
commit
29332ff7f3
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ try:
|
|||
|
||||
controller.wait_applying(True)
|
||||
|
||||
if not controller.apply_config():
|
||||
LOGGER.error("Error while deploying initial configuration")
|
||||
else:
|
||||
LOGGER.info("Successfully deployed initial configuration 🚀")
|
||||
|
||||
# Process events
|
||||
Path(sep, "var", "tmp", "bunkerweb", "autoconf.healthy").write_text("ok")
|
||||
LOGGER.info("Processing events ...")
|
||||
|
|
|
|||
Loading…
Reference in a new issue