Skip to content

Commit d336cbc

Browse files
committed
adjust update timings
1 parent 22c2c72 commit d336cbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

serverless.mcall.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const serverlessConfiguration: AWS = {
2626

2727
functions: {
2828
getAllStores: {
29-
memorySize: 512,
29+
memorySize: 368,
3030
timeout: 900,
3131
handler: 'src/stacks/mcall/getAllStores.handler',
3232
events: [
@@ -60,7 +60,7 @@ const serverlessConfiguration: AWS = {
6060
handler: 'src/stacks/mcall/getItemStatus.handlerEl',
6161
events: [
6262
{
63-
schedule: 'cron(20 0 ? * SUN *)'
63+
schedule: 'cron(20 * * * ? *)'
6464
}
6565
],
6666
environment: {

serverless.mcau.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const serverlessConfiguration: AWS = {
4343
handler: 'src/stacks/mcau/getItemStatus.handler',
4444
events: [
4545
{
46-
schedule: 'cron(0/30 * * * ? *)'
46+
schedule: 'cron(0 * * * ? *)'
4747
}
4848
],
4949
environment: {

serverless.mcus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const serverlessConfiguration: AWS = {
7878
handler: 'src/stacks/mcus/getItemStatus.handler',
7979
events: [
8080
{
81-
schedule: 'cron(0/15 * * * ? *)'
81+
schedule: 'cron(0/30 * * * ? *)'
8282
}
8383
],
8484
environment: {

0 commit comments

Comments
 (0)