diff --git a/chaoscenter/graphql/server/pkg/chaoshub/service.go b/chaoscenter/graphql/server/pkg/chaoshub/service.go index c6920d20de1..69877ad1616 100644 --- a/chaoscenter/graphql/server/pkg/chaoshub/service.go +++ b/chaoscenter/graphql/server/pkg/chaoshub/service.go @@ -869,7 +869,7 @@ func (c *chaosHubService) GetAllHubs(ctx context.Context) ([]*model.ChaosHub, er func (c *chaosHubService) RecurringHubSync() { for { // Started Syncing of hubs - chaosHubs, _ := c.GetAllHubs(nil) + chaosHubs, _ := c.GetAllHubs(context.Background()) for _, chaosHub := range chaosHubs { if !chaosHub.IsRemoved {