mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #1163] [BUG] frequent 504 behind NPM #705
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#705
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @working-name on GitHub (Jun 26, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1163
Describe the bug
For some reason I find myself doing docker restart the more I use search throughout the day. The container is just sitting pretty there, no load. Nothing in NPM's logs other than timeout connecting to whoogle container. Private instance, I see nothing in NPM logs to make me think someone anyone else is hitting it outside of me.
Container sitting pretty, not choked, all the while ignoring incoming requests. Normally PIDS are about 8 when idle, so there's a few hanging for sure.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Smartphone (please complete the following information):NOT applicable.Additional context
The container either recovers by itself after a while (is it single threaded and it waits for something to time out?), or it never does and I have to manually restart it.
It's not NPM, I checked logs, it passes the request along. I SSHed into the box, and ran a curl against whoogle container's locally exposed port, and it times out. It's 100% whoogle.
There's no useful errors logs in docker logs except this repeating issue with
simple-theme.css:@working-name commented on GitHub (Jun 27, 2024):
Found it dead again. This time the container says unhealthy. I just issued a
killall -9 curlto kill all the health check processes that hung. Here's what's running on it:Trying to curl from within the container results in the same behavior: timeout. Does this have to do with Tor? I don't remember enabling it.
Okay, let's rebuild the container.
@github-actions[bot] commented on GitHub (Sep 15, 2025):
This issue has been automatically marked as stale due to inactivity. If it is still valid please comment within 7 days or it will be auto-closed.