Skip to content

Commit

Permalink
Remove debug sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
richpryce committed Nov 8, 2024
1 parent 385f001 commit 32bf57f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/kubernetes/job_creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ func (jc *JobCreator) CreateRestoreJob(params types.RestoreParams) error {
{
Name: "restore-worker",
Image: os.Getenv("WORKER_IMAGE"),
Command: []string{
"/bin/sh",
"-c",
"echo 'Sleeping for debug...' && sleep 600", // 600 seconds = 10 minutes
},
Env: []corev1.EnvVar{
{
Name: "RESTORE_PARAMS",
Expand Down

0 comments on commit 32bf57f

Please sign in to comment.