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

Support for jobs? #87

Closed
LoungeFlyZ opened this issue Jan 28, 2022 · 9 comments
Closed

Support for jobs? #87

LoungeFlyZ opened this issue Jan 28, 2022 · 9 comments
Assignees
Labels
enhancement New feature or request roadmap This feature is on the roadmap

Comments

@LoungeFlyZ
Copy link

Is there a recommended or supported way to schedule job containers? I want to run a one-time job container periodically. Manually triggered at this stage.

@cmenzi
Copy link

cmenzi commented Jan 29, 2022

I also asked for this or similar: #65 The concept in KEDA is called Scaled Jobs.

@torosent
Copy link
Member

torosent commented Feb 1, 2022

Hi. We are looking into Jobs workloads model and will update on our plans to add it.

@ThorstenHans
Copy link

@torosent Do you consider exposing Job and CronJob

I'm speaking about 1st class Kubernetes resources

Although recurring jobs can be achieved using KEDA (a combination of AzFunction timer trigger with a message queue), I would highly recommend exposing native CronJob. This would allow customers to get rid of additional (unnecessary) cloud infrastructure.

@tomkerkhove
Copy link
Member

Related: #24

@kendallroden kendallroden added the roadmap This feature is on the roadmap label Sep 15, 2022
@kendallroden kendallroden self-assigned this Sep 15, 2022
@kendallroden
Copy link
Contributor

We are investigating this feature for implementation

@Masahigo
Copy link

I would be also interested in this. I have a simple NodeJS based process that runs in a cron job.

@kendallroden Is it possible to configure container app to be "always up"?

@tomkerkhove
Copy link
Member

@kendallroden Kendall Roden FTE Is it possible to configure container app to be "always up"?

You can just configure it with min replicas of 1

@Masahigo
Copy link

I guess it's called idle container app :)

@kendallroden
Copy link
Contributor

Please track #526

@kendallroden kendallroden closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request roadmap This feature is on the roadmap
Projects
None yet
Development

No branches or pull requests

7 participants