38
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 03:28:58 +03:00
parent 6a81e2b06d
commit da2a11fe3c
2 changed files with 1 additions and 4 deletions

View File

@@ -35,9 +35,6 @@ func main() {
log.Info("Starting App", slog.String("version", version), slog.String("commit", commit), slog.String("build_date", date))
log.Info("--------------------- CONFIG ---------------------")
log.Info(fmt.Sprintf("Environment: %v", cfg))
brok := setupBroker(log, &cfg.Broker)
defer func(brok *broker.RabbitMQBroker) {
if err := brok.Disconnect(); err != nil {

View File

@@ -41,7 +41,7 @@ services:
replicas: 1
restart_policy:
condition: on-failure
delay: 20s
delay: 50s
window: 120s
update_config:
parallelism: 1