We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using file-backed persistence, restarting the server after a ctrl-c shutdown brings it back up in an incorrect state.
temporal server start-dev --db-filename=/tmp/db
time=2024-08-09T11:56:02.240 level=ERROR msg="service failures" operation=PollWorkflowTaskQueue wf-namespace=temporal-system error="Not enough hosts to serve the request" time=2024-08-09T11:56:02.243 level=ERROR msg="Unable to call matching.PollActivityTaskQueue." service=frontend wf-task-queue-name=/_sys/temporal-sys-processor-parent-close-policy/2 timeout=1m8.90395s error="Not enough hosts to serve the request"
503 Not enough hosts to serve the request
1.0 and when built against recent server.
The text was updated successfully, but these errors were encountered:
792b515
Successfully merging a pull request may close this issue.
Describe the bug
When using file-backed persistence, restarting the server after a ctrl-c shutdown brings it back up in an incorrect state.
Minimal Reproduction
temporal server start-dev --db-filename=/tmp/db
temporal server start-dev --db-filename=/tmp/db
503 Not enough hosts to serve the request
Environment/Versions
1.0 and when built against recent server.
The text was updated successfully, but these errors were encountered: