From c1351faf0ca7005ae5906b9c851aa313e97fcc64 Mon Sep 17 00:00:00 2001 From: Azanul Date: Wed, 31 Jan 2024 10:55:54 +0530 Subject: [PATCH] fix: fetching for wizard getting scheduled, not running immedeately Signed-off-by: Azanul --- handlers/accounts_handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/accounts_handler.go b/handlers/accounts_handler.go index 6c34e4c00..af49aec4e 100644 --- a/handlers/accounts_handler.go +++ b/handlers/accounts_handler.go @@ -125,6 +125,7 @@ func (handler *ApiHandler) NewCloudAccountHandler(c *gin.Context) { c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()}) return } + cron.StartAsync() } if handler.telemetry {