Skip to content

Commit d34be30

Browse files
authored
using job-status_current alias in retry.py (#29)
1 parent 3f4083a commit d34be30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def query_es(job_id):
3535
}
3636
}
3737
}
38-
return mozart_es.search(index=STATUS_ALIAS, body=query_json)
38+
return mozart_es.search(index="job_status-current", body=query_json)
3939

4040

4141
@backoff.on_exception(backoff.expo, Exception, max_tries=10, max_value=64)

0 commit comments

Comments
 (0)