JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 13 forks source link

[Dashboard] Cron lambda triggered as expected #3130

Open mmioana opened 1 week ago

mmioana commented 1 week ago

This issue is only for deploying the cron lambda to QA env to check the cron lambda developed for storing the previous balance 2858 gets triggered on the cron schedule

 "DailyScheduleRule": {
            "Type": "AWS::Events::Rule",
            "Properties": {
                "ScheduleExpression": "cron(0 1 * * ? *)",
                "Targets": [
                    {
                        "Arn": {
                            "Fn::GetAtt": [
                                "LambdaFunction",
                                "Arn"
                            ]
                        },
                        "Id": "ScheduledLambda-cacheDomainBalance"
                    }
                ]
            }
        },
rdig commented 1 week ago

Don't really feel good raising Dev issues for Devops tasks.

In lieu of anything else we might use this, although it's not really fit for purpose.

I'm sure we can do better here.

mmioana commented 1 week ago

@rdig should I transfer this issue?