Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: fix run time value in failed batches #145

Open
afred opened this issue Sep 9, 2020 · 0 comments
Open

BUG: fix run time value in failed batches #145

afred opened this issue Sep 9, 2020 · 0 comments

Comments

@afred
Copy link
Member

afred commented Sep 9, 2020

Expected

Batches that have failed should have an accurate run time.

Actual

Batches that have failed have an ever-increasing runtime, because when they fail, the Batch#end_time value is not being set.

Done when

Batch#end_time value is set for Batch instances that fail. (This should be sufficient).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant