АС
Size: a a a
АС
АС
IL
IL
IL
IL
s3_urls = task_instance.xcom_pull(task_ids="get_telegram_content")
print(s3_urls)
if len(s3_urls) == 0:
return 'exiting'
task_instance.xcom_push(key="return_value", value=s3_urls)
IL
ME
IL
IL
AIRFLOW__CORE__DAG_FILE_PROCESSOR_TIMEOUT=36000
IL
VA
-9 indicates the system killed the process, most likely as the DataFrame consumed too much memory. Best advice is to rewrite your script to use less memory or to scale up the machine running Airflow (if possible).А как скейлить докер контейнер или машинку, как дебажить даг?
VA
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not translate host name "postgres" to address: Temporary failure in name resolutionи вот такая тема еще иногда вылезает
E
-9 indicates the system killed the process, most likely as the DataFrame consumed too much memory. Best advice is to rewrite your script to use less memory or to scale up the machine running Airflow (if possible).А как скейлить докер контейнер или машинку, как дебажить даг?
grep -i 'killed process' /var/log/messages
VA
grep -i 'killed process' /var/log/messages
alternatives.log apt btmp dpkg.log faillog lastlog wtmp
VA
grep -i 'killed process' /var/log/messages
МА
ME
ME