volcano icon indicating copy to clipboard operation
volcano copied to clipboard

Add job record cache between different session, convenient scheduling plug-in extension

Open zishen opened this issue 3 years ago • 2 comments

What would you like to be added:

Can volcano-scheduler add job record cache between different session, convenient scheduling plug-in extension. Custom caching position can be in api.JobInfo.

Why is this needed:

Like NodeInfo struct in volcano-scheduler, it has a cache between different session. So that volcano-scheduler plugin can provide customized modification。

type NodeInfo struct {
	Name string
	Node *v1.Node

	...

	// Used to store custom information
	Others     map[string]interface{}
	GPUDevices map[int]*GPUDevice
        ...
}

zishen avatar Apr 26 '22 03:04 zishen

It's handle by plugin to have a global variables :)

k82cn avatar Apr 28 '22 07:04 k82cn

Hello 👋 Looks like there was no activity on this issue for last 90 days. Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗 If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).

stale[bot] avatar Jul 30 '22 18:07 stale[bot]

Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! 🤗

stale[bot] avatar Oct 01 '22 00:10 stale[bot]