Prab-27 commented on issue #52411:
URL: https://github.com/apache/airflow/issues/52411#issuecomment-3073137268

   @bugraoz93 , It's working fine now ! no chnages needed
   Could you please check ?
   
   ```
   root@76ccfe997ed4:/opt/airflow# airflowctl jobs list
   Please enter password for encrypted keyring:
   JobCollectionResponse(
       jobs=[
           JobResponse(
               id=31,
               dag_id=None,
               state='running',
               job_type='DagProcessorJob',
               start_date=datetime.datetime(2025, 7, 15,
   10, 46, 35, 248897, tzinfo=TzInfo(UTC)),
               end_date=None,
               latest_heartbeat=datetime.datetime(2025, 7,
   15, 10, 47, 54, 392360, tzinfo=TzInfo(UTC)),
               executor_class=None,
               hostname='76ccfe997ed4',
               unixname='root',
               dag_display_name=None
           ),
           JobResponse(
               id=32,
               dag_id=None,
               state='running',
               job_type='SchedulerJob',
               start_date=datetime.datetime(2025, 7, 15,
   10, 46, 35, 258215, tzinfo=TzInfo(UTC)),
               end_date=None,
               latest_heartbeat=datetime.datetime(2025, 7,
   15, 10, 47, 56, 270162, tzinfo=TzInfo(UTC)),
               executor_class=None,
               hostname='76ccfe997ed4',
               unixname='root',
               dag_display_name=None
           ),
           JobResponse(
               id=33,
               dag_id=None,
               state='running',
               job_type='TriggererJob',
               start_date=datetime.datetime(2025, 7, 15,
   10, 46, 35, 271946, tzinfo=TzInfo(UTC)),
               end_date=None,
               latest_heartbeat=datetime.datetime(2025, 7,
   15, 10, 47, 55, 199834, tzinfo=TzInfo(UTC)),
               executor_class=None,
               hostname='76ccfe997ed4',
               unixname='root',
               dag_display_name=None
           )
       ],
       total_entries=23
   )
   ```


-- 
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]

Reply via email to