This is an automated email from the ASF dual-hosted git repository.

mmodzelewski pushed a change to branch connectors-runtime
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 800f580d9 add tests
     add a4b6a8db5 feat(server,mcp): add systemd watchdog integration (#3233)
     add 9a792883b Merge branch 'master' into connectors-runtime

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         | 12 +++++
 Cargo.toml                                         |  1 +
 core/ai/mcp/Cargo.toml                             |  5 ++
 core/ai/mcp/README.md                              | 11 +++++
 core/ai/mcp/src/main.rs                            | 21 ++++++++
 core/ai/mcp/src/systemd.rs                         | 57 ++++++++++++++++++++++
 core/server/Cargo.toml                             |  2 +
 core/server/README.md                              | 11 +++++
 core/server/src/shard/mod.rs                       | 21 +++++++-
 core/server/src/shard/systemd.rs                   | 47 ++++++++++++++++++
 .../src/shard/tasks/oneshot/config_writer.rs       |  3 ++
 core/server/src/shard/tasks/periodic/mod.rs        |  4 ++
 .../tasks/periodic/systemd_watchdog.rs}            | 40 ++++++++++-----
 13 files changed, 221 insertions(+), 14 deletions(-)
 create mode 100644 core/ai/mcp/src/systemd.rs
 create mode 100644 core/server/src/shard/systemd.rs
 copy core/server/src/{streaming/topics/helpers.rs => 
shard/tasks/periodic/systemd_watchdog.rs} (54%)

Reply via email to