Laura Moraes
05/27/2021, 3:27 PM2021-05-27 15:26:00 - SensorDaemon - ERROR - Sensor daemon caught an error for sensor ftps_sensor : grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.DEADLINE_EXCEEDED
details = "Deadline Exceeded"
debug_error_string = "{"created":"@1622129159.300676954","description":"Error received from peer ipv4:172.18.0.2:4000","file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"Deadline Exceeded","grpc_status":4}"
>
Stack Trace:
File "/usr/local/lib/python3.8/site-packages/dagster/daemon/sensor.py", line 224, in execute_sensor_iteration
yield from _evaluate_sensor(
File "/usr/local/lib/python3.8/site-packages/dagster/daemon/sensor.py", line 254, in _evaluate_sensor
sensor_runtime_data = repo_location.get_external_sensor_execution_data(
File "/usr/local/lib/python3.8/site-packages/dagster/core/host_representation/repository_location.py", line 699, in get_external_sensor_execution_data
return sync_get_external_sensor_execution_data_grpc(
File "/usr/local/lib/python3.8/site-packages/dagster/api/snapshot_sensor.py", line 40, in sync_get_external_sensor_execution_data_grpc
api_client.external_sensor_execution(
File "/usr/local/lib/python3.8/site-packages/dagster/grpc/client.py", line 288, in external_sensor_execution
chunks = list(
File "/usr/local/lib/python3.8/site-packages/dagster/grpc/client.py", line 97, in _streaming_query
yield from response_stream
File "/usr/local/lib/python3.8/site-packages/grpc/_channel.py", line 426, in __next__
return self._next()
File "/usr/local/lib/python3.8/site-packages/grpc/_channel.py", line 826, in _next
raise self
My sensor connects to a FTP and iterates through the folders. Do you think the error could be that it takes too long to finish the scan?alex
05/27/2021, 3:29 PMtoo long to finish the scanyep - I forget if we made the timeout adjustable yet @daniel
daniel
05/27/2021, 3:33 PMLaura Moraes
05/27/2021, 3:35 PMprha
05/27/2021, 7:04 PM