We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a02d1 commit e593ee0Copy full SHA for e593ee0
airflow.cfg
@@ -74,15 +74,11 @@ x_frame_enabled = True
74
# 0 means never get forcibly logged out
75
force_log_out_after = 0
76
77
-# The UI cookie lifetime in days
78
-session_lifetime_days = 30
79
-
80
authenticate = False
81
auth_backend = airflow.api.auth.backend.default
82
83
84
[celery]
85
86
# The concurrency that will be used when starting workers with the
87
# ``airflow celery worker`` command. This defines the number of task instances that
88
# a worker will take, so size up your workers based on the resources on
0 commit comments