volcano icon indicating copy to clipboard operation
volcano copied to clipboard

Does Volcano have an interface to do something before preemption?

Open bsyonline opened this issue 2 years ago • 4 comments

I want to know if there is an interface to do something before and after preemption? thanks

bsyonline avatar Mar 25 '24 08:03 bsyonline

Can you describe what's your use case here?

Monokaix avatar Mar 27 '24 07:03 Monokaix

/kind feature

Monokaix avatar Mar 27 '24 07:03 Monokaix

Can you describe what's your use case here?

thanks. for example, i have a job A running several days. when a high priority job coming job A will be preempted. i want save current info before preempt action.

bsyonline avatar Mar 27 '24 09:03 bsyonline

i want save current info before preempt action

In my opinion, it should be done in app framework when reveive stop signal or in prestop to save info.

lowang-bh avatar Apr 08 '24 02:04 lowang-bh