runtime error
Exit code: 3. Reason: age, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/main.py", line 3, in <module> from routes import router File "/app/routes.py", line 5, in <module> from GeminiAgent import agent,properties_collection File "/app/GeminiAgent.py", line 29, in <module> mongo_client = MongoClient( File "/usr/local/lib/python3.10/site-packages/pymongo/synchronous/mongo_client.py", line 784, in __init__ res = uri_parser.parse_uri( File "/usr/local/lib/python3.10/site-packages/pymongo/uri_parser.py", line 558, in parse_uri nodes = dns_resolver.get_hosts() File "/usr/local/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 141, in get_hosts _, nodes = self._get_srv_response_and_hosts(True) File "/usr/local/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 120, in _get_srv_response_and_hosts results = self._resolve_uri(encapsulate_errors) File "/usr/local/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 114, in _resolve_uri raise ConfigurationError(str(exc)) from None pymongo.errors.ConfigurationError: The DNS query name does not exist: _mongodb._tcp.cluster0.qeqo7vd.mongodb.net. [2026-07-15 16:36:43 +0000] [10] [INFO] Worker exiting (pid: 10) [2026-07-15 16:36:45 +0000] [1] [ERROR] Worker (pid:8) exited with code 3 [2026-07-15 16:36:45 +0000] [1] [ERROR] Worker (pid:10) was sent SIGTERM! [2026-07-15 16:36:45 +0000] [1] [ERROR] Worker (pid:7) was sent SIGTERM! [2026-07-15 16:36:45 +0000] [1] [ERROR] Worker (pid:9) was sent SIGTERM! [2026-07-15 16:36:45 +0000] [1] [ERROR] Shutting down: Master [2026-07-15 16:36:45 +0000] [1] [ERROR] Reason: Worker failed to boot.
Container logs:
Fetching error logs...