@platformatic/watt-extra 1.0.1-alpha.1 → 1.0.1-alpha.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/watt-extra",
3
- "version": "1.0.1-alpha.1",
3
+ "version": "1.0.1-alpha.2",
4
4
  "description": "The Platformatic runtime manager",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -42,6 +42,11 @@ async function metadata (app, _opts) {
42
42
  )
43
43
  )
44
44
 
45
+ setInterval(async () => {
46
+ const runtimeConfig = await runtime.getRuntimeConfig()
47
+ process._rawDebug('-------CHECKING CONFIG-------', runtimeConfig.verticalScaler)
48
+ }, 1000).unref()
49
+
45
50
  const verticalScalerConfig = runtimeConfig.verticalScaler
46
51
  process._rawDebug('--------SENDING METADATA-1-------', verticalScalerConfig)
47
52
  process._rawDebug('--------SENDING METADATA-1-------', runtimeConfig)