question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Discussion] Future of recurring run (a.k.a job or scheduled workflow)

See original GitHub issue

There were a lot of discussion in https://github.com/kubeflow/pipelines/issues/3789 that I think worth grouping in a new issue.

Our conclusion for Job (a.k.a recurring run/scheduled workflow) is: We may work on a refactoring that swaps out underlying ScheduledWorkflow implementation with kubernetes CronJob, that will be best for long term maintenance. We don’t want to maintain our own ScheduledWorkflowController that is a feature subset of CronJob. Using CronJob as implementation details allow first party integration like UI management, metadata for pipeline runs for CronJob, while keeping maintenance cost low for the controller.

We don’t have an ETA for the refactoring right now, because Job is not our priority, we’ll triage based on future user requirements.

Originally posted in https://github.com/kubeflow/pipelines/issues/3789#issuecomment-662296647

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:39 (38 by maintainers)

github_iconTop GitHub Comments

3reactions
StefanoFioravanzocommented, Apr 9, 2021

@Bobgy @NikeNano Also, would this be a good time to pick one single name, used across the entire code base? It’s funny that even this issue and design doc reference the same feature with 3 different names. I think “Recurring Run” is the more idiomatic term, but really any name is fine as long as we agree on one.

3reactions
Bobgycommented, Apr 4, 2021

That’s awesome💯💯 Can you share comment permission to me?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Schedule and manage recurring jobs - ArcGIS Enterprise
The ArcGIS Workflow Manager Server Advanced role allows you to schedule recurring jobs for tasks that need to be performed on a regular...
Read more >
Activate recurring "every" 2 hour job to begin at future time?
Hi all, Curious if it's possible to schedule/activate a recurring job, with Frequency of "Every" or "With a gap of," to begin at...
Read more >
Standup Agenda, Purpose, and Common Pitfalls - Geekbot
There are many reasons why standup meetings can go off track and be run poorly, but over the years we've found that most...
Read more >
Schedule and run recurring workflows - Azure Logic Apps
To start and run your workflow only once in the future, use workflow template named Scheduler: Run Once Jobs. This template uses the...
Read more >
Internet of Things - Wikipedia
The Internet of things (IoT) describes physical objects with sensors, processing ability, software and other technologies that connect and exchange data ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found