You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monitor is an optional part of the ReCodEx solution for reporting progress of
20
-
job evaluation back to users in the real time. It is a daemon that reads status messages of all running job evaluations from one ZeroMQ socket and send them to proper WebSocket connection. Monitor is written in Python, tested versions are 3.4 and 3.5.
20
+
job evaluation back to users in the real time. It is a daemon that reads status messages of all running job evaluations from one ZeroMQ socket and send them to proper WebSocket connection. Monitor is written in Python (>= 3.9).
21
21
22
22
There is just one monitor instance required per broker. Also, monitor has to be
23
23
publicly visible (has to have public IP address or be behind public proxy
@@ -64,7 +64,7 @@ Installation will provide you following files:
0 commit comments