@aloma.io/integration-sdk 3.7.25 → 3.7.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,6 +57,8 @@ export default class RuntimeContext {
57
57
  clearInterval(healthInterval);
58
58
  await controller._doStop();
59
59
  await controller._doStart(config, oauth, newTask, updateTask, getClient, getBlob, getBlobContent, createBlob);
60
+ // TODO remove
61
+ console.log('scheduling health check');
60
62
  healthInterval = setInterval(() => healthCheck(controller), 30000);
61
63
  }
62
64
  catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.7.25",
3
+ "version": "3.7.26",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -94,6 +94,8 @@ export default class RuntimeContext {
94
94
  createBlob,
95
95
  );
96
96
 
97
+ // TODO remove
98
+ console.log('scheduling health check')
97
99
  healthInterval = setInterval(() => healthCheck(controller), 30000);
98
100
  } catch (e) {
99
101
  console.log(e);