5.0.0 • Published 6 years ago

@ersinfotech/heartbeat v5.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

heartbeat

var heartbeat = require('@ersinfotech/heartbeat')

if (process.env.NODE_ENV === 'production') {
  heartbeat({
    disableDetectRequest: false,
    detectRequestInterval: 15, // 分鐘
  })
}

options

type Options {
  id: String
  disableDetectRequest: Boolean = false
  disableRestart: Boolean = false
  detectRequestInterval: Int = 15
}
5.0.0

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago