amoghrajesh commented on code in PR #66463:
URL: https://github.com/apache/airflow/pull/66463#discussion_r3206380715
##########
airflow-core/src/airflow/cli/cli_config.py:
##########
@@ -1519,6 +1519,19 @@ class GroupCommand(NamedTuple):
args=(ARG_OUTPUT, ARG_VERBOSE),
),
)
+STATE_STORE_COMMANDS = (
+ ActionCommand(
+ name="cleanup",
+ help="Remove expired task state rows via the configured state backend",
Review Comment:
Sure
--
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]