Nathan Handler
05/17/2023, 8:40 PM{
"level": "info",
"ts": "2023-05-17T20:10:54.823Z",
"caller": "server/server.go:941",
"msg": "Atlantis started - listening on port 4141",
"json": {}
}
However, the web interface won't load and webhooks from GitHub time out. We do see a number of log entries similar to:
{
"level": "info",
"ts": "2023-05-17T20:15:38.576Z",
"caller": "server/server.go:1016",
"msg": "Apply Lock: {false 0001-01-01 00:00:00 +0000 UTC }",
"json": {}
}
They seem to occur more often if I attempt to re-load the web interface. But it can sometimes take 10+ minutes after Atlantis claims to have started listening before it is actually in a functional state (still trying to confirm whether my refreshing the web interface is actually causing those Apply Lock log lines and possibly speeding up the launch, as it anecdotally feels that way, almost as if it is working through some queue). We have disable-repo-locking: true
in our Atlantis config file. We are also using the default boltdb
(and not doing anything fancy at the moment to persist it across deployments). Curious if anyone else has experienced this and knows how to speed up the slow startup times.PePe Amengual
05/17/2023, 8:51 PMNathan Handler
05/17/2023, 11:41 PMPePe Amengual
05/17/2023, 11:47 PMNathan Handler
05/17/2023, 11:51 PMPePe Amengual
05/17/2023, 11:58 PMNathan Handler
05/18/2023, 12:00 AMPePe Amengual
05/18/2023, 12:01 AMNathan Handler
05/18/2023, 12:02 AM