-
Notifications
You must be signed in to change notification settings - Fork 438
Closed as not planned
Labels
Description
UNIT3D Version
v9.1.5
PHP & Platform
8.4.10 ubuntu 22.04
Laravel verion
12.20.0
Have you done this?
- I am willing to share my stack trace and logs
- I can suggest a fix as a Pull Request
Expectation
when type a new message in chat i expect it to post right way, but i have to manually refresh the browser to see the new chats. here is output from sudo tail -100 /var/log/supervisor/supervisord.log
Description
sudo tail -100 /var/log/supervisor/supervisord.log
2025-08-03 21:16:19,550 INFO success: unit3d-queue_01 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:16:19,576 INFO exited: unit3d-queue_00 (exit status 1; not expected)
2025-08-03 21:16:20,580 INFO spawned: 'unit3d-queue_00' with pid 2413
2025-08-03 21:16:21,267 INFO success: unit3d-queue_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:16:21,267 INFO exited: unit3d-queue_03 (exit status 0; expected)
2025-08-03 21:16:21,302 INFO spawned: 'unit3d-queue_03' with pid 2423
2025-08-03 21:16:21,303 INFO exited: unit3d-queue_02 (exit status 0; expected)
2025-08-03 21:16:21,390 INFO spawned: 'unit3d-queue_02' with pid 2424
2025-08-03 21:16:21,391 INFO success: unit3d-queue_03 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:16:21,407 INFO success: unit3d-queue_02 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:16:22,861 INFO waiting for unit3d-chat-server_00, unit3d-queue_00, unit3d-queue_01, unit3d-queue_02, unit3d-queue_03 to die
2025-08-03 21:16:22,885 INFO stopped: unit3d-queue_03 (exit status 0)
2025-08-03 21:16:22,887 INFO stopped: unit3d-queue_01 (exit status 0)
2025-08-03 21:16:22,888 INFO stopped: unit3d-queue_00 (exit status 0)
2025-08-03 21:16:22,889 INFO stopped: unit3d-queue_02 (exit status 0)
2025-08-03 21:16:22,906 INFO stopped: unit3d-chat-server_00 (exit status 0)
2025-08-03 21:16:22,926 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2025-08-03 21:16:22,926 INFO Included extra file "/etc/supervisor/conf.d/unit3d-chat-server.conf" during parsing
2025-08-03 21:16:22,926 INFO Included extra file "/etc/supervisor/conf.d/unit3d.conf" during parsing
2025-08-03 21:16:22,928 INFO RPC interface 'supervisor' initialized
2025-08-03 21:16:22,928 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2025-08-03 21:16:22,929 INFO supervisord started with pid 773
2025-08-03 21:16:23,932 INFO spawned: 'unit3d-chat-server_00' with pid 2453
2025-08-03 21:16:23,938 INFO spawned: 'unit3d-queue_00' with pid 2454
2025-08-03 21:16:23,943 INFO spawned: 'unit3d-queue_01' with pid 2455
2025-08-03 21:16:23,948 INFO spawned: 'unit3d-queue_02' with pid 2456
2025-08-03 21:16:23,953 INFO spawned: 'unit3d-queue_03' with pid 2457
2025-08-03 21:16:24,660 INFO success: unit3d-queue_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:16:24,661 INFO success: unit3d-queue_01 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:16:24,662 INFO success: unit3d-queue_02 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:16:24,662 INFO success: unit3d-queue_03 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:16:25,459 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-08-03 21:16:41,113 INFO exited: unit3d-chat-server_00 (exit status 1; not expected)
2025-08-03 21:16:42,117 INFO spawned: 'unit3d-chat-server_00' with pid 2543
2025-08-03 21:16:43,120 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-08-03 21:17:05,508 INFO exited: unit3d-chat-server_00 (exit status 1; not expected)
2025-08-03 21:17:06,512 INFO spawned: 'unit3d-chat-server_00' with pid 2651
2025-08-03 21:17:07,514 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-08-03 21:18:13,207 INFO exited: unit3d-chat-server_00 (exit status 1; not expected)
2025-08-03 21:18:14,211 INFO spawned: 'unit3d-chat-server_00' with pid 2906
2025-08-03 21:18:15,214 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-08-03 21:27:40,224 INFO exited: unit3d-chat-server_00 (exit status 1; not expected)
2025-08-03 21:27:41,228 INFO spawned: 'unit3d-chat-server_00' with pid 5052
2025-08-03 21:27:42,230 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-08-03 21:28:18,624 INFO waiting for unit3d-chat-server_00, unit3d-queue_00, unit3d-queue_01, unit3d-queue_02, unit3d-queue_03 to die
2025-08-03 21:28:18,646 INFO stopped: unit3d-queue_00 (exit status 0)
2025-08-03 21:28:18,649 INFO stopped: unit3d-queue_01 (exit status 0)
2025-08-03 21:28:18,650 INFO stopped: unit3d-queue_02 (exit status 0)
2025-08-03 21:28:18,673 INFO stopped: unit3d-queue_03 (exit status 0)
2025-08-03 21:28:18,685 INFO stopped: unit3d-chat-server_00 (exit status 0)
2025-08-03 21:28:18,703 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2025-08-03 21:28:18,703 INFO Included extra file "/etc/supervisor/conf.d/unit3d-chat-server.conf" during parsing
2025-08-03 21:28:18,703 INFO Included extra file "/etc/supervisor/conf.d/unit3d.conf" during parsing
2025-08-03 21:28:18,705 INFO RPC interface 'supervisor' initialized
2025-08-03 21:28:18,706 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2025-08-03 21:28:18,706 INFO supervisord started with pid 773
2025-08-03 21:28:19,710 INFO spawned: 'unit3d-chat-server_00' with pid 5233
2025-08-03 21:28:19,714 INFO spawned: 'unit3d-queue_00' with pid 5234
2025-08-03 21:28:19,718 INFO spawned: 'unit3d-queue_01' with pid 5235
2025-08-03 21:28:19,723 INFO spawned: 'unit3d-queue_02' with pid 5236
2025-08-03 21:28:19,727 INFO spawned: 'unit3d-queue_03' with pid 5237
2025-08-03 21:28:20,730 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-08-03 21:28:20,730 INFO success: unit3d-queue_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:28:20,730 INFO success: unit3d-queue_01 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:28:20,730 INFO success: unit3d-queue_02 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:28:20,730 INFO success: unit3d-queue_03 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:28:27,147 INFO exited: unit3d-chat-server_00 (exit status 1; not expected)
2025-08-03 21:28:28,151 INFO spawned: 'unit3d-chat-server_00' with pid 5299
2025-08-03 21:28:29,153 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-08-03 21:29:05,473 INFO exited: unit3d-queue_00 (exit status 0; expected)
2025-08-03 21:29:05,474 INFO exited: unit3d-queue_02 (exit status 0; expected)
2025-08-03 21:29:05,477 INFO spawned: 'unit3d-queue_00' with pid 5452
2025-08-03 21:29:05,481 INFO spawned: 'unit3d-queue_02' with pid 5453
2025-08-03 21:29:05,501 INFO success: unit3d-queue_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:29:05,502 INFO success: unit3d-queue_02 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:29:05,504 INFO waiting for unit3d-chat-server_00, unit3d-queue_00, unit3d-queue_01, unit3d-queue_02, unit3d-queue_03 to die
2025-08-03 21:29:05,506 INFO stopped: unit3d-queue_00 (terminated by SIGTERM)
2025-08-03 21:29:05,507 INFO stopped: unit3d-queue_02 (terminated by SIGTERM)
2025-08-03 21:29:05,510 INFO stopped: unit3d-queue_03 (terminated by SIGTERM)
2025-08-03 21:29:05,527 INFO stopped: unit3d-queue_01 (exit status 0)
2025-08-03 21:29:05,539 INFO stopped: unit3d-chat-server_00 (exit status 0)
2025-08-03 21:29:05,561 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2025-08-03 21:29:05,562 INFO Included extra file "/etc/supervisor/conf.d/unit3d-chat-server.conf" during parsing
2025-08-03 21:29:05,562 INFO Included extra file "/etc/supervisor/conf.d/unit3d.conf" during parsing
2025-08-03 21:29:05,564 INFO RPC interface 'supervisor' initialized
2025-08-03 21:29:05,564 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2025-08-03 21:29:05,564 INFO supervisord started with pid 773
2025-08-03 21:29:06,568 INFO spawned: 'unit3d-chat-server_00' with pid 5460
2025-08-03 21:29:06,572 INFO spawned: 'unit3d-queue_00' with pid 5461
2025-08-03 21:29:06,577 INFO spawned: 'unit3d-queue_01' with pid 5462
2025-08-03 21:29:06,581 INFO spawned: 'unit3d-queue_02' with pid 5463
2025-08-03 21:29:06,586 INFO spawned: 'unit3d-queue_03' with pid 5464
2025-08-03 21:29:07,589 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-08-03 21:29:07,590 INFO success: unit3d-queue_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:29:07,590 INFO success: unit3d-queue_01 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:29:07,590 INFO success: unit3d-queue_02 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:29:07,590 INFO success: unit3d-queue_03 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-08-03 21:29:09,257 INFO exited: unit3d-chat-server_00 (exit status 1; not expected)
2025-08-03 21:29:10,262 INFO spawned: 'unit3d-chat-server_00' with pid 5506
2025-08-03 21:29:11,264 INFO success: unit3d-chat-server_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Stack trace & logs
Reactions are currently unavailable