EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Add non-blocking job creation in kubetools #87

Closed marie-ll closed 3 years ago

marie-ll commented 3 years ago

Currently create_job function in kubernetes api waits for job to have succeeded.

For longer running jobs (like crawls) it would be useful to have a creation option that does not block the caller for duration of job. I am not familiar with the status transitions here but ideally it would wait for job to be 'started' for some definition of started.