Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Add num days to task cleanup#5453

Merged
onobc merged 2 commits intospring-attic:mainfrom
onobc:klopfdreh-feature/cleanupEndTime
Sep 4, 2023
Merged

Add num days to task cleanup#5453
onobc merged 2 commits intospring-attic:mainfrom
onobc:klopfdreh-feature/cleanupEndTime

Conversation

@onobc
Copy link
Contributor

@onobc onobc commented Sep 4, 2023

No description provided.

@onobc
Copy link
Contributor Author

onobc commented Sep 4, 2023

Will add tests in subsequent commit. Want to get this PR in so that the UI side of the feature can progress.

@onobc onobc changed the title [DO NOT MERGE] testing CI for feature/cleanup end time [CI ONLY] feat: task cleanup before end time in days Sep 4, 2023
@klopfdreh
Copy link
Contributor

Thanks a lot!

private static final String TASK_EXECUTION_COUNT = "SELECT COUNT(*) FROM "
+ "AGGREGATE_TASK_EXECUTION ";

private static final String TASK_EXECUTION_COUNT_BEFORE_END_TIME = "SELECT COUNT(*) FROM "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess TASK_EXECUTION_COUNT_BEFORE_END_TIME is not used anymore. So we can remove it.

@klopfdreh
Copy link
Contributor

Only a small nitpick - everything else looks good to me. Thanks again! 😃

@onobc onobc changed the title [CI ONLY] feat: task cleanup before end time in days Add num days to task cleanup Sep 4, 2023
@onobc onobc force-pushed the klopfdreh-feature/cleanupEndTime branch from dde9503 to dd38683 Compare September 4, 2023 16:58
@onobc onobc merged commit af60a25 into spring-attic:main Sep 4, 2023
@onobc onobc deleted the klopfdreh-feature/cleanupEndTime branch September 4, 2023 17:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants