File size: 4,023 Bytes
72f684c 8d3de58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
2025-03-23 15:00:44 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
2025-03-23 15:00:44 | INFO | controller | Init controller
2025-03-23 15:00:45 | ERROR | stderr | [32mINFO[0m: Started server process [[36m48368[0m]
2025-03-23 15:00:45 | ERROR | stderr | [32mINFO[0m: Waiting for application startup.
2025-03-23 15:00:45 | ERROR | stderr | [32mINFO[0m: Application startup complete.
2025-03-23 15:00:45 | ERROR | stderr | [32mINFO[0m: Uvicorn running on [1mhttp://0.0.0.0:10000[0m (Press CTRL+C to quit)
2025-03-23 15:01:04 | INFO | controller | Register a new worker: http://localhost:40000
2025-03-23 15:01:04 | INFO | controller | Register done: http://localhost:40000, {'model_names': ['/home/agent_h/data/starvector-1b-im2svg'], 'speed': 1, 'queue_length': 0}
2025-03-23 15:01:04 | INFO | stdout | [32mINFO[0m: 127.0.0.1:51486 - "[1mPOST /register_worker HTTP/1.1[0m" [32m200 OK[0m
2025-03-23 15:01:19 | INFO | controller | Receive heart beat. http://localhost:40000
2025-03-23 15:01:19 | INFO | stdout | [32mINFO[0m: 127.0.0.1:51523 - "[1mPOST /receive_heart_beat HTTP/1.1[0m" [32m200 OK[0m
2025-03-23 15:01:34 | INFO | controller | Receive heart beat. http://localhost:40000
2025-03-23 15:01:34 | INFO | stdout | [32mINFO[0m: 127.0.0.1:51562 - "[1mPOST /receive_heart_beat HTTP/1.1[0m" [32m200 OK[0m
2025-03-23 15:01:49 | INFO | controller | Receive heart beat. http://localhost:40000
2025-03-23 15:01:49 | INFO | stdout | [32mINFO[0m: 127.0.0.1:51607 - "[1mPOST /receive_heart_beat HTTP/1.1[0m" [32m200 OK[0m
2025-03-23 15:02:04 | INFO | controller | Receive heart beat. http://localhost:40000
2025-03-23 15:02:04 | INFO | stdout | [32mINFO[0m: 127.0.0.1:51648 - "[1mPOST /receive_heart_beat HTTP/1.1[0m" [32m200 OK[0m
2025-03-23 15:02:19 | INFO | controller | Receive heart beat. http://localhost:40000
2025-03-23 15:02:19 | INFO | stdout | [32mINFO[0m: 127.0.0.1:51683 - "[1mPOST /receive_heart_beat HTTP/1.1[0m" [32m200 OK[0m
2025-03-23 15:02:34 | INFO | controller | Receive heart beat. http://localhost:40000
2025-03-23 15:02:34 | INFO | stdout | [32mINFO[0m: 127.0.0.1:51729 - "[1mPOST /receive_heart_beat HTTP/1.1[0m" [32m200 OK[0m
2025-03-23 15:02:55 | ERROR | stderr | [32mINFO[0m: Shutting down
2025-03-23 15:02:55 | ERROR | stderr | [32mINFO[0m: Waiting for application shutdown.
2025-03-23 15:02:55 | ERROR | stderr | [32mINFO[0m: Application shutdown complete.
2025-03-23 15:02:55 | ERROR | stderr | [32mINFO[0m: Finished server process [[36m48368[0m]
2025-03-23 15:04:32 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
2025-03-23 15:04:32 | INFO | controller | Init controller
2025-03-23 15:04:32 | ERROR | stderr | [32mINFO[0m: Started server process [[36m50695[0m]
2025-03-23 15:04:32 | ERROR | stderr | [32mINFO[0m: Waiting for application startup.
2025-03-23 15:04:32 | ERROR | stderr | [32mINFO[0m: Application startup complete.
2025-03-23 15:04:32 | ERROR | stderr | [32mINFO[0m: Uvicorn running on [1mhttp://0.0.0.0:10000[0m (Press CTRL+C to quit)
2025-03-24 14:06:11 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
2025-03-24 14:06:11 | INFO | controller | Init controller
2025-03-24 14:06:11 | ERROR | stderr | [32mINFO[0m: Started server process [[36m95537[0m]
2025-03-24 14:06:11 | ERROR | stderr | [32mINFO[0m: Waiting for application startup.
2025-03-24 14:06:11 | ERROR | stderr | [32mINFO[0m: Application startup complete.
2025-03-24 14:06:11 | ERROR | stderr | [31mERROR[0m: [Errno 48] error while attempting to bind on address ('0.0.0.0', 10000): address already in use
2025-03-24 14:06:11 | ERROR | stderr | [32mINFO[0m: Waiting for application shutdown.
2025-03-24 14:06:11 | ERROR | stderr | [32mINFO[0m: Application shutdown complete.
|