feat(devops)
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 15s

This commit is contained in:
A'zamov Samandar
2025-11-05 19:41:57 +05:00
parent 4267dec319
commit 2bbe34f703
5 changed files with 106 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ package main
import (
"context"
"log"
"github.com/JscorpTech/notification/internal/consumer"
"github.com/JscorpTech/notification/internal/redis"
@@ -12,7 +13,7 @@ var ctx = context.Background()
func main() {
if err := godotenv.Load(); err != nil {
panic(err)
log.Println(".env not load")
}
redis.InitRedis()
notification := consumer.NewNotificationConsumer(ctx)