Hi guys,
I’ve got a job running (3265 photos and 23 GCPs) and although it still seems to be processing, the WebODM CLI log started showing a lot of errors like the example below.
Can anyone tell me what this error means?
Example error message:
broker | 1:M 23 Mar 2022 02:10:19.358 # Client id=1811 addr=172.18.0.5:43118 laddr=172.18.0.2:6379 fd=19 name= age=62 idle=2 flags=P db=0 sub=107875 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=0 oll=435 omem=8919240 tot-mem=8939744 events=rw cmd=unsubscribe user=default redir=-1 closed for overcoming of output buffer limits.
webapp | Exception ignored in: <function AsyncResult.del at 0x7f3a98df3af0>
webapp | Traceback (most recent call last):
webapp | File “/usr/local/lib/python3.9/dist-packages/celery/result.py”, line 389, in del
webapp | self.backend.remove_pending_result(self)
webapp | File “/usr/local/lib/python3.9/dist-packages/celery/backends/asynchronous.py”, line 180, in remove_pending_result
webapp | self.on_result_fulfilled(result)
webapp | File “/usr/local/lib/python3.9/dist-packages/celery/backends/asynchronous.py”, line 188, in on_result_fulfilled
webapp | self.result_consumer.cancel_for(result.id)
webapp | File “/usr/local/lib/python3.9/dist-packages/celery/backends/redis.py”, line 148, in cancel_for
webapp | self._pubsub.unsubscribe(key)
webapp | File “/usr/local/lib/python3.9/dist-packages/redis/client.py”, line 3112, in unsubscribe
webapp | retval = self.execute_command(‘UNSUBSCRIBE’, *args)
webapp | File “/usr/local/lib/python3.9/dist-packages/redis/client.py”, line 3009, in execute_command
webapp | self._execute(connection, connection.send_command, *args)
webapp | File “/usr/local/lib/python3.9/dist-packages/redis/client.py”, line 3013, in _execute
webapp | return command(*args)
webapp | File “/usr/local/lib/python3.9/dist-packages/redis/connection.py”, line 620, in send_command
webapp | self.send_packed_command(self.pack_command(*args))
webapp | File “/usr/local/lib/python3.9/dist-packages/redis/connection.py”, line 612, in send_packed_command
webapp | raise ConnectionError(“Error %s while writing to socket. %s.” %
webapp | redis.exceptions.ConnectionError: Error 104 while writing to socket. Connection reset by peer.
Occasionally there will be one of these messages:
broker | 1:M 23 Mar 2022 02:07:15.032 * 100 changes in 300 seconds. Saving…
broker | 1:M 23 Mar 2022 02:07:15.035 * Background saving started by pid 1448
broker | 1448:C 23 Mar 2022 02:07:15.254 * DB saved on disk
broker | 1448:C 23 Mar 2022 02:07:15.257 * RDB: 1 MB of memory used by copy-on-write
broker | 1:M 23 Mar 2022 02:07:15.337 * Background saving terminated with success