jscheffl commented on PR #55356: URL: https://github.com/apache/airflow/pull/55356#issuecomment-3264024464
> 1. The Edge Worker Jobs seem to vanish after a few minutes The jobs are vanishing after completion, the time is configurable - individually for failed and success, see: https://airflow.apache.org/docs/apache-airflow-providers-edge3/stable/configurations-ref.html#job-success-purge > 2. The relative time print updating every second is probably not necessary, We should probably do less than a minute ago and then do x minutes ago instead. having the page change less often would be my personal nit Pushed an update to disable "live updates", then the time is only calculated on page refresh. Still in seconds - is this OK? Or do you think a string `less than a minute ago` is better? Then I need to wrap the `<TimeAgo>` Component into a custom UI component as it does not support this logic. -- 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]
