I'm getting that weird error in logs, and not sure what does that means
Example
appwrite | [2023-10-17 16:33:41 *14.3] NOTICE ProcessFactory::end() (ERRNO 1005): session#1021 is closed
appwrite | [2023-10-17 16:33:41 *17.6] NOTICE ProcessFactory::finish() (ERRNO 1004): send 999 bytes failed, because session#1029 is closed
appwrite | [2023-10-17 16:33:41 *17.6] NOTICE ProcessFactory::finish() (ERRNO 1004): send 990 bytes failed, because session#1029 is closed
appwrite | [2023-10-17 17:58:25 *2099.0] NOTICE ProcessFactory::end() (ERRNO 1005): session#1082 is closed
appwrite | [2023-10-17 17:58:25 *2099.0] NOTICE ProcessFactory::end() (ERRNO 1005): session#1070 is closed
appwrite | [2023-10-17 17:58:25 *14.3] NOTICE ProcessFactory::finish() (ERRNO 1004): send 999 bytes failed, because session#1073 is closed
appwrite | [2023-10-17 17:58:25 *14.3] NOTICE ProcessFactory::finish() (ERRNO 1004): send 990 bytes failed, because session#1073 is closed
appwrite | [2023-10-17 17:58:25 $8.0] WARNING Server::check_worker_exit_status(): worker(pid=2104, id=2) abnormal exit, status=255, signal=0
weird...i've seen this before when something between the client and appwrite kills the conection 🧐
Realtime?
the appwrite container shouldn't have anything about realtime
Then no idea what it could be 🤔
I'm starting to think someone is trying to attack my server
Okay, I think I can discard the hypothesis
For now I don't see any request that points to be malicious
No idea then what this could be
Also, what's this?
appwrite | [2023-10-17 17:58:25 $8.0] WARNING Server::check_worker_exit_status():
Okay, not at all 😓
Could the error be due to cloudflare blocking traffic?
possibly if the connection starts but then cloudflare cuts it
After a deep investigation, yes, that was it
[SOLVED] Process factor x session x is closed
Closing this since it's not an issue that we need to fear about for now
Recommended threads
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...