airflow
Here are 1,046 public repositories matching this topic...
Users would could benefit with some polish.
The main issue is that we seem to use http.WriteHeader for errors, when we should use http.Error
w.WriteHeader(500) ;// no HTTP body to help uservs
http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)Search before asking
- I had searched in the issues and found no similar issues.
What happened
- There is no timezone information in task log output. If users switch timezone, they may get confused when they check the previous logs.

What happened
When running this dag: