knative / docs

User documentation for Knative components.
https://knative.dev/docs/
Other
4.55k stars 1.23k forks source link

Feature Request: Reuse Knative eventing/job container #6131

Open milo157 opened 1 month ago

milo157 commented 1 month ago

What is changing? (Please include as many details as possible.)

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

skonto commented 2 weeks ago

hi @milo157 probably you should open this at the knative/eventing project. cc @pierDipi @creydr