File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ functions:
136
136
timeout : 900
137
137
memorySize : 250
138
138
events :
139
- - schedule : cron(10 * * * ? *)
139
+ - schedule : cron(10,45 * * * ? *)
140
140
runAggregateAllAdapters :
141
141
handler : src/handlers/runAggregateAllAdapters.default
142
142
timeout : 900
@@ -147,8 +147,7 @@ functions:
147
147
handler : src/handlers/checkStaleBridges.default
148
148
timeout : 600
149
149
memorySize : 2000
150
- events :
151
- - schedule : cron(0 0 * * ? *)
150
+
152
151
runAdapterFromTo :
153
152
handler : src/handlers/runAdapterFromTo.default
154
153
timeout : 900
@@ -157,8 +156,6 @@ functions:
157
156
handler : src/handlers/runAllAdaptersHistorical.default
158
157
timeout : 900
159
158
memorySize : 1024
160
- events :
161
- - schedule : cron(0,15 * * * ? *)
162
159
runAdapterByName :
163
160
handler : src/handlers/runAdapterByName.default
164
161
timeout : 900
@@ -167,8 +164,6 @@ functions:
167
164
handler : src/handlers/dailyAggregateAllAdapters.default
168
165
timeout : 900
169
166
memorySize : 1024
170
- events :
171
- - schedule : cron(30 * * * ? *)
172
167
getNetflows :
173
168
handler : src/handlers/getNetflows.default
174
169
timeout : 30
You can’t perform that action at this time.
0 commit comments