[Bug 215068] www/gitlab (redis) cache timeout
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 5 11:03:23 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215068
Bug ID: 215068
Summary: www/gitlab (redis) cache timeout
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: tz at freebsd.org
Reporter: mb at lunetics.com
Assignee: tz at freebsd.org
Flags: maintainer-feedback?(tz at freebsd.org)
I had some problems with viewing some commits / history.
Write fragment
views/metalflirt/web/05ae90831be475bf2e1402a8d88676605879c9c3/application_settings/5-20161204151257934316000/0/c9829b0ed964b3fc07adea2288189176
(10210.7ms)
Completed 500 Internal Server Error in 11508ms (ActiveRecord: 98.8ms)
ActionView::Template::Error (Connection timed out):
Apparently happens after 10000ms (10 seconds). Even though the redis config had
a setting (soft-limit), but that is on 0 by default.
I did not find a setting to raise the timeout for redis. The only fix was to
change the resque.yml configuration from redis socket to url:
production:
# Redis (single instance)
#url: unix:/var/run/redis/redis.sock
url: redis://localhost:6379
Also not sure if that belongs into this "port" as bug, but worth mentioning
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list