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

Job timeout should be handled by the executor #216

Closed
fmbenhassine opened this issue Sep 20, 2016 · 0 comments
Closed

Job timeout should be handled by the executor #216

fmbenhassine opened this issue Sep 20, 2016 · 0 comments
Assignees
Milestone

Comments

@fmbenhassine
Copy link
Member

As of version 4, the "timeout" parameter allow to abort execution if the whole processing time exceeds the defined timeout. The problem is that the job will check the timeout after each processed record (in between records). Hence, if a processor runs indefinitely, the timeout is not respected.

Moreover, handling job timeout should be done using the executor. It's not the job role to handle timeout.

"timeout" parameter should be deprecated in v4.2 and removed in v5

@fmbenhassine fmbenhassine added this to the 4.2.0 milestone Sep 20, 2016
@fmbenhassine fmbenhassine self-assigned this Sep 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant