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
After following the starting guide for self hosting, once I changed the password and API keys/tokens/secrets, the pooler keeps restarting.
Steps to reproduce the behavior, please provide code snippets or a repository:
The pooler service should not be in a restart loop.
Here is the log:-
(elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3 2024-12-21 13:39:49 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D) 2024-12-21 13:39:49 | 2024-12-21 13:39:49 30 | end 2024-12-21 13:39:49 | ^ 2024-12-21 13:39:49 (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3 2024-12-21 13:40:16 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D) 2024-12-21 13:40:16 | 2024-12-21 13:40:16 30 | end 2024-12-21 13:40:16 | ^ 2024-12-21 13:40:16 (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3 2024-12-21 13:41:08 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D) 2024-12-21 13:41:08 | 2024-12-21 13:41:08 30 | end 2024-12-21 13:41:08 | ^ 2024-12-21 13:41:08 (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3 2024-12-21 13:42:09 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D) 2024-12-21 13:42:09 | 2024-12-21 13:42:09 30 | end 2024-12-21 13:42:09 | ^ 2024-12-21 13:42:09 (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3 2024-12-21 13:43:10 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D) 2024-12-21 13:43:10 | 2024-12-21 13:43:10 30 | end 2024-12-21 13:43:10 | ^ 2024-12-21 13:43:10 (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3 2024-12-21 13:44:11 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D) 2024-12-21 13:44:11 | 2024-12-21 13:44:11 30 | end
Note: I tried the solution provided at #30210, but it did not work.
The text was updated successfully, but these errors were encountered:
I also tried this with updating to the latest docker image, same issue.
Sorry, something went wrong.
No branches or pull requests
Bug report
Describe the bug
After following the starting guide for self hosting, once I changed the password and API keys/tokens/secrets, the pooler keeps restarting.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
The pooler service should not be in a restart loop.
Screenshots
System information
Additional context
Here is the log:-
Note: I tried the solution provided at #30210, but it did not work.
The text was updated successfully, but these errors were encountered: