Re: [PR] Retry connecting to database when Jobs heartbeat [airflow]

2024-07-18 Thread via GitHub
github-actions[bot] closed pull request #39770: Retry connecting to database when Jobs heartbeat URL: https://github.com/apache/airflow/pull/39770 -- 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

Re: [PR] Retry connecting to database when Jobs heartbeat [airflow]

2024-07-12 Thread via GitHub
github-actions[bot] commented on PR #39770: URL: https://github.com/apache/airflow/pull/39770#issuecomment-2226558430 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] Retry connecting to database when Jobs heartbeat [airflow]

2024-05-28 Thread via GitHub
potiuk commented on PR #39770: URL: https://github.com/apache/airflow/pull/39770#issuecomment-2136202667 > > I think better approach is to extract internal method and use `@retry_db_transaction` decorator. > > Good call -- Each of the DB calls in this method already use this decorato

Re: [PR] Retry connecting to database when Jobs heartbeat [airflow]

2024-05-28 Thread via GitHub
RNHTTR commented on PR #39770: URL: https://github.com/apache/airflow/pull/39770#issuecomment-2136195847 > I think better approach is to extract internal method and use `@retry_db_transaction` decorator. Good call -- Each of the DB calls in this method already use this decorator. I t

Re: [PR] Retry connecting to database when Jobs heartbeat [airflow]

2024-05-26 Thread via GitHub
potiuk commented on PR #39770: URL: https://github.com/apache/airflow/pull/39770#issuecomment-2132391294 I think better approach is to extract internal method and use `@retry_db_transaction` decorator. -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] Retry connecting to database when Jobs heartbeat [airflow]

2024-05-22 Thread via GitHub
RNHTTR opened a new pull request, #39770: URL: https://github.com/apache/airflow/pull/39770 Connections to the database when a Job is heartbeating can drop/fail intermittently. This is intended to resolve that. I'm not sure whether this is too simplistic, but all of the tests still p