runtime error

Exit code: 3. Reason: l/lib/python3.10/site-packages/pymongo/synchronous/mongo_client.py", line 2811, in run res = self._read() if self._is_read else self._write() File "/usr/local/lib/python3.10/site-packages/pymongo/synchronous/mongo_client.py", line 3014, in _write return self._func(self._session, conn, self._retryable) # type: ignore File "/usr/local/lib/python3.10/site-packages/pymongo/synchronous/collection.py", line 2263, in inner self._command( File "/usr/local/lib/python3.10/site-packages/pymongo/synchronous/collection.py", line 615, in _command return conn.command( File "/usr/local/lib/python3.10/site-packages/pymongo/synchronous/helpers.py", line 53, in inner return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/pymongo/synchronous/pool.py", line 403, in command return command( File "/usr/local/lib/python3.10/site-packages/pymongo/synchronous/network.py", line 212, in command helpers_shared._check_command_response( File "/usr/local/lib/python3.10/site-packages/pymongo/helpers_shared.py", line 284, in _check_command_response raise OperationFailure(errmsg, code, response, max_wire_version) pymongo.errors.OperationFailure: An equivalent index already exists with the same name but different options. Requested index: { v: 2, key: { updated_at: 1 }, name: "updated_at_1" }, existing index: { v: 2, key: { updated_at: 1 }, name: "updated_at_1", expireAfterSeconds: 1296000 }, full error: {'ok': 0.0, 'errmsg': 'An equivalent index already exists with the same name but different options. Requested index: { v: 2, key: { updated_at: 1 }, name: "updated_at_1" }, existing index: { v: 2, key: { updated_at: 1 }, name: "updated_at_1", expireAfterSeconds: 1296000 }', 'code': 85, 'codeName': 'IndexOptionsConflict', '$clusterTime': {'clusterTime': Timestamp(1784378874, 7), 'signature': {'hash': b'\x8e\xc8\xc54R\xd3:\x9d\xe4\xad.t\xedy\xd9\xca\xad\xf31\xf1', 'keyId': 7610918245943476226}}, 'operationTime': Timestamp(1784378874, 7)} ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...