From 6a02d44fe6ff98a7a9c3e1386ae3758c04dc4974 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Tue, 5 Jun 2018 23:08:21 +0000 Subject: [PATCH] minor modification --- serverless.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless.yml b/serverless.yml index 42ed0e535..fa41ca434 100644 --- a/serverless.yml +++ b/serverless.yml @@ -257,7 +257,7 @@ functions: topic: ${self:custom.snsTopic} tradeTable: ${self:custom.tradeTable} strategyTable: ${self:custom.strategyTable} - BASE_URL: ${self:custom.customDomain.domainName}/${self:custom.customDomain.stage} + BASE_URL: https://${self:custom.customDomain.domainName}/${self:custom.customDomain.stage} # schedules all registered strategies on a daily base schedule: @@ -269,7 +269,7 @@ functions: rate: rate(1440 minutes) enabled: true - schedule: - rate: rate(5 minutes) + rate: rate(60 minutes) enabled: true # manual trigger for a longer range