Mohammad Alavi

Results 5 issues of Mohammad Alavi

Because the current minute (`date_trunc('minute', now())`) has not passed yet, records that are inserted in the current minute but after the function execution will never be aggregated into `http_request_1min` table....

The last query lacks this where clause `AND ads.campaign_id = campaigns.id` ``` SELECT campaigns.id, campaigns.name, campaigns.monthly_budget, sum(impressions_count) as total_impressions, sum(clicks_count) as total_clicks FROM ads, campaigns WHERE ads.company_id = campaigns.company_id AND...

t1 (end time) must be assigned to after we have received converted image from the channel ``` t1 := time.Now() images := map[string]string{ "original": originalStr, "mosaic":

##### SUMMARY There is no parameter in `azure_rm_virtualmachinescaleset` module to specify loadbalancer's backend pool name or NAT pool name. Azure CLI has these two options: ``` az vmss create -n...

enhancement
medium_priority
new_feature

## Description The two `ClusterSecretStore` and `SecretStore` custom resources use IRSA to access AWS secret manager and SSM parameter store, but service accounts specified in theses two resources are not...

bug
needs investigation