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

[python] Fixes retry_threshold bug #812

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

frankfliu
Copy link
Contributor

For python worker, PyProcess is recreated for each worker, restart count is lost.
which lead the model is never marked as failure, and PING will alwasy report healthy.

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@frankfliu frankfliu requested review from zachgk and a team as code owners June 7, 2023 21:56
For python worker, PyProcess is recreated for each worker, restart count is lost.
which lead the model is never marked as failure, and PING will alwasy report healthy.
@frankfliu frankfliu merged commit b28d251 into deepjavalibrary:master Jun 8, 2023
7 checks passed
@frankfliu frankfliu deleted the retry branch June 8, 2023 01:30
KexinFeng pushed a commit to KexinFeng/djl-serving-forked that referenced this pull request Aug 16, 2023
For python worker, PyProcess is recreated for each worker, restart count is lost.
which lead the model is never marked as failure, and PING will alwasy report healthy.
KexinFeng pushed a commit to KexinFeng/djl-serving-forked that referenced this pull request Aug 16, 2023
For python worker, PyProcess is recreated for each worker, restart count is lost.
which lead the model is never marked as failure, and PING will alwasy report healthy.
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

Successfully merging this pull request may close these issues.

None yet

4 participants