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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iβm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...