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

Update manager.py #2936

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update manager.py
- Typo
  • Loading branch information
razodactyl committed Apr 7, 2024
commit 5277ca68ea84e66dfce7f55482ec2cfe5d0b1b26
2 changes: 1 addition & 1 deletion sanic/worker/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def wait_for_ack(self): # no cov
"One of your worker processes terminated before startup "
"was completed. Please solve any errors experienced "
"during startup. If you do not see an exception traceback "
"in your error logs, try running Sanic in in a single "
"in your error logs, try running Sanic in a single "
"process using --single-process or single_process=True. "
"Once you are confident that the server is able to start "
"without errors you can switch back to multiprocess mode."
Expand Down
Loading