Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Dec 2016 11:03:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215068] www/gitlab (redis) cache timeout
Message-ID:  <bug-215068-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215068

            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@freebsd.org
          Reporter: mb@lunetics.com
          Assignee: tz@freebsd.org
             Flags: maintainer-feedback?(tz@freebsd.org)

I had some problems with viewing some commits / history.

Write fragment
views/metalflirt/web/05ae90831be475bf2e1402a8d88676605879c9c3/application_s=
ettings/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=20=20
  url: redis://localhost:6379


Also not sure if that belongs into this "port" as bug, but worth mentioning

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215068-13>