Documentation
¶
Overview ¶
Package server implements an HTTP server to make in-progress task logs available to the Airflow UI
Index ¶
Constants ¶
View Source
const ( DefaultAudience = "task-instance-logs" DefaultAlgorithm = "HS512" DefaultWorkerLogServerPort = 8793 )
Variables ¶
View Source
var DefaultClockLeeway = 30 * time.Second
View Source
var DefaultConfig = Config{ BaseLogFolder: ".", Port: DefaultWorkerLogServerPort, ClockLeeway: &DefaultClockLeeway, Algorithm: DefaultAlgorithm, Audiences: []string{DefaultAudience}, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.