File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const serverlessConfiguration: AWS = {
26
26
27
27
functions : {
28
28
getAllStores : {
29
- memorySize : 512 ,
29
+ memorySize : 368 ,
30
30
timeout : 900 ,
31
31
handler : 'src/stacks/mcall/getAllStores.handler' ,
32
32
events : [
@@ -60,7 +60,7 @@ const serverlessConfiguration: AWS = {
60
60
handler : 'src/stacks/mcall/getItemStatus.handlerEl' ,
61
61
events : [
62
62
{
63
- schedule : 'cron(20 0 ? * SUN *)'
63
+ schedule : 'cron(20 * * * ? *)'
64
64
}
65
65
] ,
66
66
environment : {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const serverlessConfiguration: AWS = {
43
43
handler : 'src/stacks/mcau/getItemStatus.handler' ,
44
44
events : [
45
45
{
46
- schedule : 'cron(0/30 * * * ? *)'
46
+ schedule : 'cron(0 * * * ? *)'
47
47
}
48
48
] ,
49
49
environment : {
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const serverlessConfiguration: AWS = {
78
78
handler : 'src/stacks/mcus/getItemStatus.handler' ,
79
79
events : [
80
80
{
81
- schedule : 'cron(0/15 * * * ? *)'
81
+ schedule : 'cron(0/30 * * * ? *)'
82
82
}
83
83
] ,
84
84
environment : {
You can’t perform that action at this time.
0 commit comments