Reuse Knative Eventing containers in order to keep GPU/CPU/Memory state #8310
Labels
kind/feature-request
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Problem
For long running tasks, you can't reuse containers. It seems to be because knative eventing creates jobs not pods. It would be great to reuse event containers (whether jobs or pods) instead of creating new jobs for a task.
The use case is for jobs that have a high initialisation time eg: Loading LLM's to process data that take minutes to load into GPU Memory and that take a long time to process
Persona:
Which persona is this feature for?
Event consumer
Exit Criteria
A measurable (binary) test that would indicate that the problem has been resolved.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Unclear
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: