MetOffice / dagrunner

⛔[EXPERIMENTAL] Directed acyclic graph (DAG) runner and tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

INV: Multi-node logging and monitoring in the new framework #4

Closed cpelley closed 1 month ago

cpelley commented 6 months ago

Logging and monitoring in the new framework is key to managing real-time resources as well as gaining insights into what is happening in real-time within the executing graph.

We require a solution that will not only work across multiple processes but also over different nodes too.

Issues


Background

A TCP (Transmission Control Protocol) socket is an endpoint for communication between two computers using the TCP network protocol. TCP is one of the main protocols in the Internet protocol suite and provides reliable, ordered, and error-checked delivery of a stream of bytes between applications running on hosts communicating via an IP network.

In programming, a socket is a software structure that provides a system interface for network programming. It allows applications to send and receive data over a network, and in the case of a TCP socket, it ensures that the data is delivered in order and without errors.

Reference

cpelley commented 1 month ago

Going to say this is complete.