cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.62k stars 3.01k forks source link

Fetching annotations from cvat db #8351

Closed ShreenidhiH closed 2 months ago

ShreenidhiH commented 2 months ago

I was trying to upgrade my cvat (from version v1.2.0 to 2.16.2) and migrate the data in current cvat to new cvat(I have volumes of both old and new cvat). Currently I had 30 gb data, so after migrating new cvat dashboard is crashing when I try to load. and If i bring up old cvat some tasks data are missing. So I wanted to manually retrive some imortant tasks data manually. I was able to find data in /home/django/data/ folder. I am not getting annotation file in /var/lib/postgresql/data. I don't exactly know in what format the files are saved. And If I try to execute sudo docker exec -it cvat_server psql -U postgres command (I tried changing username to root)It gives error saying psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: role "postgres" does not exist

So Where Can I find annotations file in the cvat_db?

bsekachev commented 2 months ago

after migrating new cvat dashboard is crashing when I try to load

What exactly happens?

ShreenidhiH commented 2 months ago

Cvat dashboard was loaded wnen I brought up new cvat. If click on anything dashboard crashes and it just keeps loading. Even the server crashes and we have to restart the server.

bsekachev commented 2 months ago

Without technical details, logs, screenshots we are unable to help.

ShreenidhiH commented 2 months ago

This is the cvat_server log

2024-08-27 09:10:05,051 DEBG 'uvicorn-0' stderr output:
[2024-08-27 09:10:05,028] ERROR health-check: unknown error: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles
Traceback (most recent call last):
  File "/home/django/cvat/apps/health/backends.py", line 22, in check_status
    response.raise_for_status()
  File "/opt/venv/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/health_check/backends.py", line 30, in run_check
    self.check_status()
  File "/home/django/cvat/apps/health/backends.py", line 24, in check_status
    raise HealthCheckException(str(e))
health_check.exceptions.HealthCheckException: unknown error: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles

2024-08-27 09:10:05,089 DEBG 'uvicorn-0' stderr output:
[2024-08-27 09:10:05,089] ERROR django.request: Internal Server Error: /api/server/health/

2024-08-27 09:10:05,090 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/server/health/?format=json&org= HTTP/1.0" 500 Internal Server Error

2024-08-27 09:10:08,926 DEBG 'uvicorn-1' stderr output:
[2024-08-27 09:10:08,925] ERROR health-check: unknown error: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles
Traceback (most recent call last):
  File "/home/django/cvat/apps/health/backends.py", line 22, in check_status
    response.raise_for_status()
  File "/opt/venv/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/health_check/backends.py", line 30, in run_check
    self.check_status()
  File "/home/django/cvat/apps/health/backends.py", line 24, in check_status
    raise HealthCheckException(str(e))
health_check.exceptions.HealthCheckException: unknown error: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles

2024-08-27 09:10:08,932 DEBG 'uvicorn-1' stderr output:
[2024-08-27 09:10:08,932] ERROR django.request: Internal Server Error: /api/server/health/

2024-08-27 09:10:08,933 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/server/health/?format=json&org= HTTP/1.0" 500 Internal Server Error

2024-08-27 09:10:12,491 DEBG 'uvicorn-0' stderr output:
[2024-08-27 09:10:12,490] ERROR health-check: unknown error: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles
Traceback (most recent call last):
  File "/home/django/cvat/apps/health/backends.py", line 22, in check_status
    response.raise_for_status()
  File "/opt/venv/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/health_check/backends.py", line 30, in run_check
    self.check_status()
  File "/home/django/cvat/apps/health/backends.py", line 24, in check_status
    raise HealthCheckException(str(e))
health_check.exceptions.HealthCheckException: unknown error: 500 Server Error: Internal Server Error for url: http://opa:8181/health?bundles

This is cvat_opa logs

{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:47Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:47Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:48Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:48Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:48Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:49Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:50Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:52Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:54Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:02:58Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:03:04Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:03:16Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:03:35Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:03:50Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:04:05Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:04:19Z"}
{"level":"error","msg":"Bundle load failed: request failed: Get \"http://cvat-server:8080/api/auth/rules\": dial tcp 172.29.0.17:8080: connect: connection refused","name":"cvat","plugin":"bundle","time":"2024-08-25T11:04:36Z"}

Screenshot from 2024-08-27 16-51-07 CVAT dashboard keeps loading and the remote server from which cvat is being hosted will crash.

Currently I am using Ubuntu 18.04.5 LTS (GNU/Linux 5.4.0-1106-gcp x86_64) machine to host cvat.

bsekachev commented 2 months ago

docker ps?

bsekachev commented 2 months ago

Also, please send the full log from cvat_server.

azhavoro commented 2 months ago

Have you tried to follow the upgrade guide? Most importantly, upgrading from version 2.2.0 to version 2.3.0 requires manual actions https://docs.cvat.ai/docs/administration/advanced/upgrade_guide/#how-to-upgrade-cvat-from-v220-to-v230

ShreenidhiH commented 2 months ago

docker ps

CONTAINER ID   IMAGE                                       COMMAND                  CREATED       STATUS                    PORTS                                                                                          NAMES
77e5728e8ee7   cvat/ui:v2.16.2                             "/docker-entrypoint.…"   3 hours ago   Up 41 seconds             80/tcp                                                                                         cvat_ui
0324cda952f4   cvat/server:v2.16.2                         "./backend_entrypoin…"   3 hours ago   Up 41 seconds             8080/tcp                                                                                       cvat_worker_annotation
9e818259ef47   cvat/server:v2.16.2                         "./backend_entrypoin…"   3 hours ago   Up 41 seconds             8080/tcp                                                                                       cvat_worker_webhooks
6b269b02844d   cvat/server:v2.16.2                         "./backend_entrypoin…"   3 hours ago   Up 41 seconds             8080/tcp                                                                                       cvat_worker_export
e8be34aa56c1   cvat/server:v2.16.2                         "./backend_entrypoin…"   3 hours ago   Up 40 seconds             8080/tcp                                                                                       cvat_worker_quality_reports
398dce9001c3   cvat/server:v2.16.2                         "./backend_entrypoin…"   3 hours ago   Up 41 seconds             8080/tcp                                                                                       cvat_utils
28b0b45a7f5b   cvat/server:v2.16.2                         "./backend_entrypoin…"   3 hours ago   Up 41 seconds             8080/tcp                                                                                       cvat_worker_analytics_reports
332b44bbf62f   cvat/server:v2.16.2                         "./backend_entrypoin…"   3 hours ago   Up 41 seconds             8080/tcp                                                                                       cvat_server
28af2080d608   cvat/server:v2.16.2                         "./backend_entrypoin…"   3 hours ago   Up 40 seconds             8080/tcp                                                                                       cvat_worker_import
4ccff2fb55cf   timberio/vector:0.26.0-alpine               "/usr/local/bin/vect…"   3 hours ago   Up 40 seconds                                                                                                            cvat_vector
6510b37c8c7d   postgres:15-alpine                          "docker-entrypoint.s…"   3 hours ago   Up 39 seconds             5432/tcp                                                                                       cvat_db
b464202d557e   traefik:v2.10                               "/entrypoint.sh trae…"   3 hours ago   Up 40 seconds             0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 80/tcp, 0.0.0.0:8090->8090/tcp, :::8090->8090/tcp   traefik
f68a3d5caa02   openpolicyagent/opa:0.63.0                  "/opa run --server -…"   3 hours ago   Up 40 seconds                                                                                                            cvat_opa
a1db4292d239   redis:7.2.3-alpine                          "docker-entrypoint.s…"   3 hours ago   Up 41 seconds             6379/tcp                                                                                       cvat_redis_inmem
98e6574b78b5   clickhouse/clickhouse-server:23.11-alpine   "/entrypoint.sh"         3 hours ago   Up 40 seconds             8123/tcp, 9000/tcp, 9009/tcp                                                                   cvat_clickhouse
f3fb7d23979d   apache/kvrocks:2.7.0                        "kvrocks -c /var/lib…"   3 hours ago   Up 41 seconds (healthy)   6666/tcp   

Cvat_server logs

2024-08-27 10:57:59,669 DEBG 'uvicorn-1' stderr output:
[2024-08-27 10:57:59,655] INFO cvat.apps.engine.serializers: [Project.id=4] label:create Label id:12 for spec:OrderedDict([('name', 'hook'), ('color', '#ff6037'), ('type', 'any')]) with sublabels:[], parent_label:None

2024-08-27 10:57:59,670 DEBG 'uvicorn-1' stderr output:
[2024-08-27 10:57:59,664] INFO cvat.apps.engine.serializers: [Project.id=4] label:create Label id:13 for spec:OrderedDict([('name', 'nuts'), ('color', '#b83df5'), ('type', 'any')]) with sublabels:[], parent_label:None
[2024-08-27 10:57:59,669] INFO cvat.apps.engine.serializers: [Project.id=4] label:create Label id:14 for spec:OrderedDict([('name', 'coins'), ('color', '#ffcc33'), ('type', 'any')]) with sublabels:[], parent_label:None

2024-08-27 10:57:59,675 DEBG 'uvicorn-1' stderr output:
[2024-08-27 10:57:59,675] INFO cvat.apps.engine.serializers: [Project.id=4] label:create Label id:15 for spec:OrderedDict([('name', 'router'), ('color', '#ff007c'), ('type', 'any')]) with sublabels:[], parent_label:None

2024-08-27 10:57:59,730 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/projects?org= HTTP/1.0" 201 Created

2024-08-27 10:58:00,224 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?project_id=4&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 10:58:00,550 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/projects/4 HTTP/1.0" 200 OK

2024-08-27 10:58:00,907 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?project_id=4&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 10:58:01,260 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/tasks?org=&page=1&filter=%7B%22and%22:[%7B%22%3D%3D%22:[%7B%22var%22:%22project_id%22%7D,4]%7D]%7D&page_size=10 HTTP/1.0" 200 OK

2024-08-27 10:58:01,690 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/lambda/requests?org= HTTP/1.0" 200 OK

2024-08-27 10:58:03,942 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/projects/4 HTTP/1.0" 200 OK

2024-08-27 10:58:04,253 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/projects/4 HTTP/1.0" 200 OK

2024-08-27 10:58:04,607 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?project_id=4&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 10:58:04,923 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?project_id=4&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 10:58:09,976 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 10:58:10,016 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/events?org= HTTP/1.0" 201 Created

2024-08-27 10:58:17,484 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 10:58:22,677 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 10:58:32,590 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 10:58:38,089 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 10:58:41,431 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/projects/4 HTTP/1.0" 200 OK

2024-08-27 10:58:41,963 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?project_id=4&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 10:58:42,391 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks?org= HTTP/1.0" 201 Created

2024-08-27 10:58:42,901 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data?org= HTTP/1.0" 202 Accepted

2024-08-27 10:58:43,312 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 10:58:46,958 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 10:58:50,659 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/64937af7-42be-4d9b-9418-dc33909d9de6 HTTP/1.0" 204 No Content

2024-08-27 10:58:53,971 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/64937af7-42be-4d9b-9418-dc33909d9de6 HTTP/1.0" 204 No Content

2024-08-27 10:59:00,982 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 10:59:02,244 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/64937af7-42be-4d9b-9418-dc33909d9de6 HTTP/1.0" 204 No Content

2024-08-27 10:59:03,119 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 10:59:06,432 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/5adecf7f-f2fc-424b-bc83-97864c38d9c3 HTTP/1.0" 204 No Content

2024-08-27 10:59:08,869 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/5adecf7f-f2fc-424b-bc83-97864c38d9c3 HTTP/1.0" 204 No Content

2024-08-27 10:59:11,059 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/5adecf7f-f2fc-424b-bc83-97864c38d9c3 HTTP/1.0" 204 No Content

2024-08-27 10:59:11,499 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 10:59:13,825 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/90aa2b6d-903b-4b6a-a490-d7bad6c7df53 HTTP/1.0" 204 No Content

2024-08-27 10:59:15,238 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 10:59:16,010 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/90aa2b6d-903b-4b6a-a490-d7bad6c7df53 HTTP/1.0" 204 No Content

2024-08-27 10:59:17,660 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/90aa2b6d-903b-4b6a-a490-d7bad6c7df53 HTTP/1.0" 204 No Content

2024-08-27 10:59:17,976 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 10:59:20,103 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1bbce85d-2d02-4dfb-bf71-67ca7955cbe8 HTTP/1.0" 204 No Content

2024-08-27 10:59:22,326 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1bbce85d-2d02-4dfb-bf71-67ca7955cbe8 HTTP/1.0" 204 No Content

2024-08-27 10:59:22,910 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 10:59:23,886 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1bbce85d-2d02-4dfb-bf71-67ca7955cbe8 HTTP/1.0" 204 No Content

2024-08-27 10:59:24,186 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 10:59:26,500 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/68e059a0-589b-4fc0-bde1-381a0d7c2c7b HTTP/1.0" 204 No Content

2024-08-27 10:59:28,693 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/68e059a0-589b-4fc0-bde1-381a0d7c2c7b HTTP/1.0" 204 No Content

2024-08-27 10:59:30,464 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 10:59:30,548 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/68e059a0-589b-4fc0-bde1-381a0d7c2c7b HTTP/1.0" 204 No Content

2024-08-27 10:59:30,855 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 10:59:32,984 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/72d92c0a-7120-4ffe-9cd5-bba827e2f7d5 HTTP/1.0" 204 No Content

2024-08-27 10:59:35,042 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/72d92c0a-7120-4ffe-9cd5-bba827e2f7d5 HTTP/1.0" 204 No Content

2024-08-27 10:59:38,604 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/72d92c0a-7120-4ffe-9cd5-bba827e2f7d5 HTTP/1.0" 204 No Content

2024-08-27 10:59:45,719 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 10:59:47,635 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 10:59:48,665 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/events?org= HTTP/1.0" 201 Created

2024-08-27 10:59:52,036 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/b81bec57-627a-4a1d-aac4-3810c0a4898b HTTP/1.0" 204 No Content

2024-08-27 10:59:57,854 DEBG 'uvicorn-1' stderr output:
[2024-08-27 10:59:55,290] ERROR LogProcessingWorker: An error occurred while sending events: HTTPConnectionPool(host='vector', port=80): Read timed out. (read timeout=5.0)
Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 467, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 462, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse
    response.begin()
  File "/usr/lib/python3.10/http/client.py", line 318, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python3.10/http/client.py", line 279, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
TimeoutError: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/requests/adapters.py", line 667, in send
    resp = conn.urlopen(
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 801, in urlopen
    retries = retries.increment(
  File "/opt/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 552, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/venv/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise
    raise value
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 715, in urlopen
    httplib_response = self._make_request(
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 469, in _make_request
    self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout
    raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='vector', port=80): Read timed out. (read timeout=5.0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/logstash_async/worker.py", line 221, in _flush_queued_events
    self._send_events(events)
  File "/opt/venv/lib/python3.10/site-packages/logstash_async/worker.py", line 284, in _send_events
    self._transport.send(events, use_logging=use_logging)
  File "/opt/venv/lib/python3.10/site-packages/logstash_async/transport.py", line 364, in send
    response = self.__session.post(
  File "/opt/venv/lib/python3.10/site-packages/requests/sessions.py", line 637, in post
    return self.request("POST", url, data=data, json=json, **kwargs)
  File "/opt/venv/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/venv/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "/opt/venv/lib/python3.10/site-packages/requests/adapters.py", line 713, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='vector', port=80): Read timed out. (read timeout=5.0)

2024-08-27 11:00:00,039 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/b81bec57-627a-4a1d-aac4-3810c0a4898b HTTP/1.0" 204 No Content

2024-08-27 11:00:03,015 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:00:08,126 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/b81bec57-627a-4a1d-aac4-3810c0a4898b HTTP/1.0" 204 No Content

2024-08-27 11:00:08,768 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:00:11,974 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/2b5be5aa-d08a-4289-a970-627e1ccb84a3 HTTP/1.0" 204 No Content

2024-08-27 11:00:14,143 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/2b5be5aa-d08a-4289-a970-627e1ccb84a3 HTTP/1.0" 204 No Content

2024-08-27 11:00:15,166 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:00:15,920 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/2b5be5aa-d08a-4289-a970-627e1ccb84a3 HTTP/1.0" 204 No Content

2024-08-27 11:00:16,233 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:00:18,595 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1584c3eb-78ac-4aba-8c1c-ba2917abdf88 HTTP/1.0" 204 No Content

2024-08-27 11:00:21,226 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1584c3eb-78ac-4aba-8c1c-ba2917abdf88 HTTP/1.0" 204 No Content

2024-08-27 11:00:22,052 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:00:23,052 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1584c3eb-78ac-4aba-8c1c-ba2917abdf88 HTTP/1.0" 204 No Content

2024-08-27 11:00:23,444 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:00:27,039 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/30e02efb-ebf8-4d47-9433-0a535e776343 HTTP/1.0" 204 No Content

2024-08-27 11:00:28,061 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:00:35,558 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/30e02efb-ebf8-4d47-9433-0a535e776343 HTTP/1.0" 204 No Content

2024-08-27 11:00:42,540 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:00:48,103 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/30e02efb-ebf8-4d47-9433-0a535e776343 HTTP/1.0" 204 No Content

2024-08-27 11:00:48,751 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:00:51,786 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/460c3798-01d8-48ea-8c61-4da1b3fc5768 HTTP/1.0" 204 No Content

2024-08-27 11:00:54,102 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/460c3798-01d8-48ea-8c61-4da1b3fc5768 HTTP/1.0" 204 No Content

2024-08-27 11:00:54,764 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:00:56,461 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/460c3798-01d8-48ea-8c61-4da1b3fc5768 HTTP/1.0" 204 No Content

2024-08-27 11:00:56,773 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:00:59,061 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1bb32b12-15a0-49ce-935c-a64102c0180f HTTP/1.0" 204 No Content

2024-08-27 11:01:01,152 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1bb32b12-15a0-49ce-935c-a64102c0180f HTTP/1.0" 204 No Content

2024-08-27 11:01:02,840 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/1bb32b12-15a0-49ce-935c-a64102c0180f HTTP/1.0" 204 No Content

2024-08-27 11:01:03,152 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:01:04,146 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:01:05,416 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/7cf48ac5-cc7e-45a4-9e17-1301e906df00 HTTP/1.0" 204 No Content

2024-08-27 11:01:07,384 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/7cf48ac5-cc7e-45a4-9e17-1301e906df00 HTTP/1.0" 204 No Content

2024-08-27 11:01:09,256 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/7cf48ac5-cc7e-45a4-9e17-1301e906df00 HTTP/1.0" 204 No Content

2024-08-27 11:01:09,587 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:01:11,803 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/84e61052-997f-41b6-876a-87700349c625 HTTP/1.0" 204 No Content

2024-08-27 11:01:15,053 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/84e61052-997f-41b6-876a-87700349c625 HTTP/1.0" 204 No Content

2024-08-27 11:01:17,744 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/84e61052-997f-41b6-876a-87700349c625 HTTP/1.0" 204 No Content

2024-08-27 11:01:18,445 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:01:21,079 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/2d3b40c4-a903-4461-a04b-cae51a6cfad2 HTTP/1.0" 204 No Content

2024-08-27 11:01:22,371 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:01:23,934 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/2d3b40c4-a903-4461-a04b-cae51a6cfad2 HTTP/1.0" 204 No Content

2024-08-27 11:01:26,529 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/2d3b40c4-a903-4461-a04b-cae51a6cfad2 HTTP/1.0" 204 No Content

2024-08-27 11:01:26,850 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:01:29,605 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/ed0dacc7-f445-4d21-92fd-d981e25538ea HTTP/1.0" 204 No Content

2024-08-27 11:01:32,098 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/ed0dacc7-f445-4d21-92fd-d981e25538ea HTTP/1.0" 204 No Content

2024-08-27 11:01:34,219 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/ed0dacc7-f445-4d21-92fd-d981e25538ea HTTP/1.0" 204 No Content

2024-08-27 11:01:34,530 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:01:34,735 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:01:36,982 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/e7b3f413-df6e-4882-ab9e-006334e631cf HTTP/1.0" 204 No Content

2024-08-27 11:01:39,140 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/e7b3f413-df6e-4882-ab9e-006334e631cf HTTP/1.0" 204 No Content

2024-08-27 11:01:40,167 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:01:41,016 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/e7b3f413-df6e-4882-ab9e-006334e631cf HTTP/1.0" 204 No Content

2024-08-27 11:01:41,370 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:01:43,407 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/de51ca5a-7f56-4363-963e-49d48f8798fa HTTP/1.0" 204 No Content

2024-08-27 11:01:45,800 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/de51ca5a-7f56-4363-963e-49d48f8798fa HTTP/1.0" 204 No Content

2024-08-27 11:01:47,589 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:01:47,671 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/de51ca5a-7f56-4363-963e-49d48f8798fa HTTP/1.0" 204 No Content

2024-08-27 11:01:47,982 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:01:50,215 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/24567d0e-72de-47da-8a70-40f5c8e80af4 HTTP/1.0" 204 No Content

2024-08-27 11:01:52,396 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/24567d0e-72de-47da-8a70-40f5c8e80af4 HTTP/1.0" 204 No Content

2024-08-27 11:01:57,885 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/24567d0e-72de-47da-8a70-40f5c8e80af4 HTTP/1.0" 204 No Content

2024-08-27 11:01:58,693 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:02:01,227 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:02:01,573 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/0996d924-131b-4540-83e0-8098b3b162e1 HTTP/1.0" 204 No Content

2024-08-27 11:02:03,575 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/0996d924-131b-4540-83e0-8098b3b162e1 HTTP/1.0" 204 No Content

2024-08-27 11:02:05,391 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/0996d924-131b-4540-83e0-8098b3b162e1 HTTP/1.0" 204 No Content

2024-08-27 11:02:05,734 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:02:07,839 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/5efab438-0557-4e00-82e2-97a31d8fbfec HTTP/1.0" 204 No Content

2024-08-27 11:02:09,970 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/5efab438-0557-4e00-82e2-97a31d8fbfec HTTP/1.0" 204 No Content

2024-08-27 11:02:11,205 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:02:11,753 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/5efab438-0557-4e00-82e2-97a31d8fbfec HTTP/1.0" 204 No Content

2024-08-27 11:02:12,062 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:02:14,257 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/8695fc9a-639f-4a6a-9e95-3e36fbf58889 HTTP/1.0" 204 No Content

2024-08-27 11:02:16,404 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/8695fc9a-639f-4a6a-9e95-3e36fbf58889 HTTP/1.0" 204 No Content

2024-08-27 11:02:17,088 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:02:18,275 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/8695fc9a-639f-4a6a-9e95-3e36fbf58889 HTTP/1.0" 204 No Content

2024-08-27 11:02:18,583 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:02:20,599 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/9d0ef041-1480-4219-8c7d-0af5f8ebd54c HTTP/1.0" 204 No Content

2024-08-27 11:02:23,077 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/9d0ef041-1480-4219-8c7d-0af5f8ebd54c HTTP/1.0" 204 No Content

2024-08-27 11:02:25,118 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/9d0ef041-1480-4219-8c7d-0af5f8ebd54c HTTP/1.0" 204 No Content

2024-08-27 11:02:25,428 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data/ HTTP/1.0" 201 Created

2024-08-27 11:02:27,590 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/e896c833-17c7-4465-b0f2-79abec65c6ac HTTP/1.0" 204 No Content

2024-08-27 11:02:28,881 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:02:30,550 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/e896c833-17c7-4465-b0f2-79abec65c6ac HTTP/1.0" 204 No Content

2024-08-27 11:02:32,872 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "PATCH /api/tasks/13/data/e896c833-17c7-4465-b0f2-79abec65c6ac HTTP/1.0" 204 No Content

2024-08-27 11:02:33,510 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "POST /api/tasks/13/data?org= HTTP/1.0" 202 Accepted

2024-08-27 11:02:34,110 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/requests/create%3Atask-13?org= HTTP/1.0" 200 OK

2024-08-27 11:02:59,188 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:03:30,383 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/requests/create%3Atask-13?org= HTTP/1.0" 200 OK

2024-08-27 11:06:13,094 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:06:25,383 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/requests/create%3Atask-13?org= HTTP/1.0" 200 OK

2024-08-27 11:06:28,718 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:06:28,907 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/tasks/13 HTTP/1.0" 200 OK

2024-08-27 11:06:29,368 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?task_id=13&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 11:06:29,678 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/jobs?filter=%7B%22and%22:[%7B%22%3D%3D%22:[%7B%22var%22:%22task_id%22%7D,13]%7D]%7D&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 11:06:30,035 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:06:30,025] INFO cvat.apps.engine.cache: Starting to get chunk from cache: key data_13_0_preview

2024-08-27 11:06:30,168 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:06:30,168] INFO cvat.apps.engine.cache: Ending to get chunk from cache: key data_13_0_preview, is_cached False

2024-08-27 11:06:30,168 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:06:30,168] INFO cvat.apps.engine.cache: Starting to prepare chunk: key data_13_0_preview

2024-08-27 11:06:30,169 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:06:30,169] INFO cvat.apps.engine.cache: Starting to get chunk from cache: key 13_0_Quality.COMPRESSED

2024-08-27 11:06:30,170 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:06:30,169] INFO cvat.apps.engine.cache: Ending to get chunk from cache: key 13_0_Quality.COMPRESSED, is_cached False

2024-08-27 11:06:30,170 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:06:30,170] INFO cvat.apps.engine.cache: Starting to prepare chunk: key 13_0_Quality.COMPRESSED

2024-08-27 11:06:30,707 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/lambda/requests?org= HTTP/1.0" 200 OK

2024-08-27 11:06:30,725 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/tasks/13 HTTP/1.0" 200 OK

2024-08-27 11:06:31,039 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?task_id=13&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 11:06:31,379 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/jobs?task_id=13&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 11:06:31,981 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/users?limit=10&is_active=true HTTP/1.0" 200 OK

2024-08-27 11:06:31,992 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/projects/4 HTTP/1.0" 200 OK

2024-08-27 11:37:39,087 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:37:38,269] INFO cvat.apps.engine.cache: Ending to prepare chunk: key 13_0_Quality.COMPRESSED

2024-08-27 11:37:51,974 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:37:51,975 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:37:51,650] INFO cvat.apps.engine.cache: Ending to prepare chunk: key data_13_0_preview

2024-08-27 11:38:06,739 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/projects/4 HTTP/1.0" 200 OK

2024-08-27 11:38:06,740 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "POST /api/events?org= HTTP/1.0" 201 Created

2024-08-27 11:38:07,016 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?project_id=4&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 11:38:07,071 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:38:07,430 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/labels?project_id=4&org=&page_size=500&page=1 HTTP/1.0" 200 OK

2024-08-27 11:38:07,794 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/tasks?org=&page=1&filter=%7B%22and%22:[%7B%22%3D%3D%22:[%7B%22var%22:%22project_id%22%7D,4]%7D]%7D&page_size=10 HTTP/1.0" 200 OK

2024-08-27 11:38:07,859 DEBG 'uvicorn-0' stdout output:
INFO:     49.37.250.174:0 - "GET /api/users?limit=10&is_active=true HTTP/1.0" 200 OK

2024-08-27 11:38:08,287 DEBG 'uvicorn-1' stdout output:
INFO:     49.37.250.174:0 - "GET /api/lambda/requests?org= HTTP/1.0" 200 OK

2024-08-27 11:38:18,615 DEBG 'uvicorn-1' stderr output:
[2024-08-27 11:38:16,603] ERROR LogProcessingWorker: An error occurred while sending events: HTTPConnectionPool(host='vector', port=80): Read timed out. (read timeout=5.0)
Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 467, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 462, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse
    response.begin()
  File "/usr/lib/python3.10/http/client.py", line 318, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python3.10/http/client.py", line 279, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
TimeoutError: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/requests/adapters.py", line 667, in send
    resp = conn.urlopen(
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 801, in urlopen
    retries = retries.increment(
  File "/opt/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 552, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/venv/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise
    raise value
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 715, in urlopen
    httplib_response = self._make_request(
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 469, in _make_request
    self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  File "/opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout
    raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='vector', port=80): Read timed out. (read timeout=5.0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venv/lib/python3.10/site-packages/logstash_async/worker.py", line 221, in _flush_queued_events
    self._send_events(events)
  File "/opt/venv/lib/python3.10/site-packages/logstash_async/worker.py", line 284, in _send_events
    self._transport.send(events, use_logging=use_logging)
  File "/opt/venv/lib/python3.10/site-packages/logstash_async/transport.py", line 364, in send
    response = self.__session.post(
  File "/opt/venv/lib/python3.10/site-packages/requests/sessions.py", line 637, in post
    return self.request("POST", url, data=data, json=json, **kwargs)
  File "/opt/venv/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/venv/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "/opt/venv/lib/python3.10/site-packages/requests/adapters.py", line 713, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='vector', port=80): Read timed out. (read timeout=5.0)

2024-08-27 11:38:19,489 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:38:33,227 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:38:39,545 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:38:44,979 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:38:59,691 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:39:11,665 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:39:26,508 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:39:46,298 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:39:55,692 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:40:06,336 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:40:13,142 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:40:21,440 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:40:28,242 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:40:46,133 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:40:51,708 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:41:00,610 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:41:09,591 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:41:16,248 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:41:23,740 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:41:33,045 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:41:39,459 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:41:44,815 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:41:54,501 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:42:01,342 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:42:10,187 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:42:20,745 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:42:28,934 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:42:37,836 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:42:50,861 DEBG 'uvicorn-1' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:43:05,122 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:43:13,772 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:43:25,785 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.2:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:43:37,939 WARN received SIGTERM indicating exit request
2024-08-27 11:43:39,220 DEBG killing uvicorn-1 (pid 64) with signal SIGTERM
2024-08-27 11:43:39,223 DEBG killing uvicorn-0 (pid 63) with signal SIGTERM
2024-08-27 11:43:39,224 INFO waiting for nginx-0, smokescreen, uvicorn-0, uvicorn-1 to die
2024-08-27 11:43:41,520 DEBG 'uvicorn-0' stderr output:
INFO:     Shutting down

2024-08-27 11:43:41,658 DEBG 'uvicorn-1' stderr output:
INFO:     Shutting down

2024-08-27 11:43:41,659 DEBG 'uvicorn-0' stderr output:
INFO:     Finished server process [63]

2024-08-27 11:43:41,659 DEBG 'uvicorn-1' stderr output:
INFO:     Finished server process [64]

2024-08-27 11:43:42,661 INFO waiting for nginx-0, smokescreen, uvicorn-0, uvicorn-1 to die
2024-08-27 11:43:45,665 INFO waiting for nginx-0, smokescreen, uvicorn-0, uvicorn-1 to die
2024-08-27 11:43:48,670 INFO waiting for nginx-0, smokescreen, uvicorn-0, uvicorn-1 to die
wait-for-it.sh: waiting for cvat_db:5432 without a timeout
wait-for-it.sh: cvat_db:5432 is available after 14 seconds
Operations to perform:
  Apply all migrations: account, admin, analytics_report, auth, authtoken, contenttypes, dataset_repo, db, django_rq, engine, organizations, quality_control, sessions, sites, socialaccount, webhooks
Running migrations:
  No migrations to apply.

0 static files copied to '/home/django/static', 163 unmodified.
wait-for-it.sh: waiting for cvat_db:5432 without a timeout
wait-for-it.sh: cvat_db:5432 is available after 0 seconds
waiting for migrations to complete...
2024-08-27 11:49:01,104 INFO Creating socket unix:///tmp/uvicorn.sock
2024-08-27 11:49:01,105 INFO Closing socket unix:///tmp/uvicorn.sock
Unlinking stale socket /tmp/supervisord/supervisor.sock
2024-08-27 11:49:01,438 INFO RPC interface 'supervisor' initialized
2024-08-27 11:49:01,439 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2024-08-27 11:49:01,439 INFO supervisord started with pid 1
2024-08-27 11:49:02,444 INFO spawned: 'clamav_update' with pid 65
2024-08-27 11:49:02,476 INFO spawned: 'nginx-0' with pid 66
2024-08-27 11:49:02,482 INFO spawned: 'smokescreen' with pid 67
2024-08-27 11:49:02,492 INFO Creating socket unix:///tmp/uvicorn.sock
2024-08-27 11:49:02,496 DEBG fd 20 closed, stopped monitoring <PInputDispatcher at 139642478130464 for <Subprocess at 139642478119088 with name uvicorn-0 in state STARTING> (stdin)>
2024-08-27 11:49:02,511 INFO spawned: 'uvicorn-0' with pid 68
2024-08-27 11:49:02,517 DEBG fd 24 closed, stopped monitoring <PInputDispatcher at 139642478131040 for <Subprocess at 139642478118944 with name uvicorn-1 in state STARTING> (stdin)>
2024-08-27 11:49:02,525 INFO spawned: 'uvicorn-1' with pid 70
2024-08-27 11:49:02,566 DEBG 'smokescreen' stderr output:
{"level":"info","msg":"starting","time":"2024-08-27T11:49:02Z"}

2024-08-27 11:49:02,567 INFO success: clamav_update entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2024-08-27 11:49:02,584 DEBG fd 7 closed, stopped monitoring <POutputDispatcher at 139642477671040 for <Subprocess at 139642477670944 with name clamav_update in state RUNNING> (stdout)>
2024-08-27 11:49:02,585 DEBG fd 9 closed, stopped monitoring <POutputDispatcher at 139642478128880 for <Subprocess at 139642477670944 with name clamav_update in state RUNNING> (stderr)>
2024-08-27 11:49:02,585 INFO exited: clamav_update (exit status 0; expected)
2024-08-27 11:49:02,586 DEBG received SIGCHLD indicating a child quit
2024-08-27 11:49:02,675 DEBG 'uvicorn-0' stderr output:
wait-for-it.sh: waiting for cvat_db:5432 without a timeout

2024-08-27 11:49:02,678 DEBG 'uvicorn-1' stderr output:
wait-for-it.sh: waiting for cvat_db:5432 without a timeout

2024-08-27 11:49:02,702 DEBG 'uvicorn-0' stderr output:
wait-for-it.sh: cvat_db:5432 is available after 0 seconds

2024-08-27 11:49:02,703 DEBG 'uvicorn-1' stderr output:
wait-for-it.sh: cvat_db:5432 is available after 0 seconds

2024-08-27 11:49:02,720 DEBG 'uvicorn-1' stderr output:
wait-for-it.sh: waiting for cvat_redis_inmem:6379 without a timeout

2024-08-27 11:49:02,734 DEBG 'uvicorn-1' stderr output:
wait-for-it.sh: cvat_redis_inmem:6379 is available after 0 seconds

2024-08-27 11:49:02,744 DEBG 'uvicorn-0' stderr output:
wait-for-it.sh: waiting for cvat_redis_inmem:6379 without a timeout

2024-08-27 11:49:02,760 DEBG 'uvicorn-1' stderr output:
wait-for-it.sh: waiting for cvat_redis_ondisk:6666 without a timeout

2024-08-27 11:49:02,761 DEBG 'uvicorn-0' stderr output:
wait-for-it.sh: cvat_redis_inmem:6379 is available after 0 seconds

2024-08-27 11:49:02,787 DEBG 'nginx-0' stderr output:
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

2024-08-27 11:49:02,792 DEBG 'uvicorn-0' stderr output:
wait-for-it.sh: waiting for cvat_redis_ondisk:6666 without a timeout

2024-08-27 11:49:02,794 DEBG 'uvicorn-1' stderr output:
wait-for-it.sh: cvat_redis_ondisk:6666 is available after 0 seconds

2024-08-27 11:49:02,835 DEBG 'uvicorn-0' stderr output:
wait-for-it.sh: cvat_redis_ondisk:6666 is available after 0 seconds

2024-08-27 11:49:03,457 DEBG fd 14 closed, stopped monitoring <POutputDispatcher at 139642478129120 for <Subprocess at 139642478118368 with name nginx-0 in state STARTING> (stderr)>
2024-08-27 11:49:03,457 INFO success: nginx-0 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-08-27 11:49:04,459 INFO success: smokescreen entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-08-27 11:49:04,459 INFO success: uvicorn-0 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-08-27 11:49:04,459 INFO success: uvicorn-1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-08-27 11:49:18,267 DEBG 'uvicorn-0' stderr output:
INFO:     Started server process [68]

2024-08-27 11:49:18,269 DEBG 'uvicorn-0' stderr output:
INFO:     Waiting for application startup.

2024-08-27 11:49:18,271 DEBG 'uvicorn-1' stderr output:
INFO:     Started server process [70]

2024-08-27 11:49:18,272 DEBG 'uvicorn-1' stderr output:
INFO:     Waiting for application startup.

2024-08-27 11:49:18,273 DEBG 'uvicorn-0' stderr output:
INFO:     ASGI 'lifespan' protocol appears unsupported.

2024-08-27 11:49:18,274 DEBG 'uvicorn-1' stderr output:
INFO:     ASGI 'lifespan' protocol appears unsupported.

2024-08-27 11:49:18,275 DEBG 'uvicorn-1' stderr output:
INFO:     Application startup complete.

2024-08-27 11:49:18,276 DEBG 'uvicorn-0' stderr output:
INFO:     Application startup complete.

2024-08-27 11:49:18,278 DEBG 'uvicorn-1' stderr output:
INFO:     Uvicorn running on socket /tmp/uvicorn.sock (Press CTRL+C to quit)

2024-08-27 11:49:18,279 DEBG 'uvicorn-0' stderr output:
INFO:     Uvicorn running on socket /tmp/uvicorn.sock (Press CTRL+C to quit)

2024-08-27 11:49:18,978 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.13:0 - "GET /api/auth/rules HTTP/1.0" 200 OK

2024-08-27 11:49:24,559 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.13:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:49:37,798 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.13:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:49:50,151 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.13:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:49:55,647 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.13:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified

2024-08-27 11:50:01,311 DEBG 'uvicorn-0' stdout output:
INFO:     172.25.0.13:0 - "GET /api/auth/rules HTTP/1.0" 304 Not Modified
ShreenidhiH commented 2 months ago

@azhavoro Yes, I have followed theat upgrade guide.

bsekachev commented 2 months ago

In the latest logs I can't see the error you sent before. So, what is the problem now? Interface still can not be opened? Then which errors do you see? What are network requests details?

ShreenidhiH commented 2 months ago

@bsekachev thank you for responding, I have found the issue.It is RAM Issue.My machines RAM is not enough. I tried switching to machine with higher RAM. It is working fine now.

bsekachev commented 2 months ago

There are not any lo