mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-04 09:02:49 +08:00
feat(timer): 新增配置同步到数据库及主节点选举
T5: TimerServiceBase.syncConfigToDatabase() - syncs task config to DB
T6: HostServiceBase - auto master election, stale node detection,
getMasterNode/setMasterNode methods
This commit is contained in:
@@ -9,6 +9,7 @@ use app\common\model\TimeModel;
|
||||
* @property string $node_id 节点ID
|
||||
* @property string $ip_address IP地址
|
||||
* @property int $status 状态 0:离线,1:在线
|
||||
* @property int $is_master 是否主节点 0:否,1:是
|
||||
* @property string $last_heartbeat_at 最后心跳时间
|
||||
* @property string $os_info 系统信息
|
||||
* @property string $php_version PHP版本
|
||||
|
||||
Reference in New Issue
Block a user