matteosdocsity commented on issue #30740:
URL: https://github.com/apache/airflow/issues/30740#issuecomment-1523331640
@dstandish tested with `apache-airflow==2.6.0rc1` and
`apache-airflow-providers-google==10.0.0` but nothing changed. Like before I
can see only internal logs, but no prints or loggings.
```
[2023-04-26, 12:21:20 UTC] {taskinstance.py:1125} INFO - Dependencies all
met for dep_context=non-requeueable deps ti=<TaskInstance:
hello-temp.hello-task scheduled__2023-04-24T22:00:00+00:00 [queued]>
[2023-04-26, 12:21:20 UTC] {taskinstance.py:1125} INFO - Dependencies all
met for dep_context=requeueable deps ti=<TaskInstance: hello-temp.hello-task
scheduled__2023-04-24T22:00:00+00:00 [queued]>
[2023-04-26, 12:21:20 UTC] {taskinstance.py:1331} INFO - Starting attempt 2
of 2
[2023-04-26, 12:21:20 UTC] {taskinstance.py:1350} INFO - Executing
<Task(TemplatedPythonOperator): hello-task> on 2023-04-24 22:00:00+00:00
[2023-04-26, 12:21:20 UTC] {standard_task_runner.py:57} INFO - Started
process 30270 to run task
[2023-04-26, 12:21:30 UTC] {local_task_job_runner.py:298} WARNING - State of
this instance has been externally set to success. Terminating instance.
[2023-04-26, 12:21:30 UTC] {process_utils.py:131} INFO - Sending
Signals.SIGTERM to group 30270. PIDs of all processes in the group: [30270]
[2023-04-26, 12:21:30 UTC] {process_utils.py:86} INFO - Sending the signal
Signals.SIGTERM to group 30270
[2023-04-26, 12:21:30 UTC] {process_utils.py:79} INFO - Process
psutil.Process(pid=30270, status='terminated', exitcode=0, started='12:21:19')
(30270) terminated with exit code 0
```
any other ideas or way that I could try to give help?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]