Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HorizontalPortrait: Support Kubernetes CronJob as external horizontal portrait algorithm job #41

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

dayko2019
Copy link
Contributor

@dayko2019 dayko2019 commented Jul 4, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

CronJob is a lightweight way to run complex long-running algorithms.

Which issue(s) this PR fixes:

Fixes #37

Special notes for your reviewer:

@dayko2019 dayko2019 added the kind/feature Categorizes issue or PR as related to a new feature or enhancements of an existing feature. label Jul 4, 2023
@dayko2019 dayko2019 added this to the v0.2 milestone Jul 4, 2023
@dayko2019 dayko2019 requested a review from zqzten July 4, 2023 08:12
Copy link
Member

@zqzten zqzten left a comment

Choose a reason for hiding this comment

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

Suggest to change the file name from cron_job to cronjob. Test ditto.

@dayko2019 dayko2019 force-pushed the external_algorithm_cron_job branch 2 times, most recently from eeb9dd4 to 22fb625 Compare July 5, 2023 09:25
@dayko2019 dayko2019 force-pushed the external_algorithm_cron_job branch from 22fb625 to 0ca385b Compare July 6, 2023 04:13
pkg/util/common.go Outdated Show resolved Hide resolved
pkg/util/common.go Outdated Show resolved Hide resolved
pkg/util/common.go Outdated Show resolved Hide resolved
@dayko2019 dayko2019 force-pushed the external_algorithm_cron_job branch 3 times, most recently from 0dd80e0 to 2a88e23 Compare July 6, 2023 07:23
@dayko2019 dayko2019 force-pushed the external_algorithm_cron_job branch from 2a88e23 to 5190ed7 Compare July 6, 2023 07:40
Copy link
Member

@zqzten zqzten left a comment

Choose a reason for hiding this comment

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

LGTM

@zqzten zqzten merged commit 0be0487 into traas-stack:main Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature or enhancements of an existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Kubernetes CronJob as external horizontal portrait algorithm job
2 participants