I want to run batches develop with Quarkus on Kubernetes. I would like use Cron Job Kubernte. I want to start the pod only for the batch execution time (which can last several minutes). The solution of triggering the batch with an http call is not possible because the call times out.
I have tried @Scheduled annotation or Quartz library. But I want to start pod only time of process and stop after.
New contributor
Sébastien Boisseau is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.