Long Nguyen

Results 10 comments of Long Nguyen

I have a same problem with latest version of active admin, but it doesn't break assets precompile though, I can confirm that remove `ActiveAdmin.routes(self)` in routes files make the error...

if you use Rails' ActiveJob job with sidekiq queue adapter the throttling is not working, we workaround by using Sidekiq Workers directly. We use sidekiq-pro

I have a same problem. Just comment to see if there is any update on this. My env: ``` Client: Version: 1.11.2 API version: 1.23 Go version: go1.5.4 Git commit:...

hi @winston, dividing by 2 in: `puma_workers * (puma_threads / 2) * web_dynos` could cause `client_redis_size = 0` when `puma_threads = 1`

Btw, I am in use of redis-objects which need at least one connection per app instance (web). Is it better to share the connection pool between sidekiq and redis-objects or...

Yeah. That's what we are using. I dont think it's good idea to share the pool between sidekiq and redis-object On Fri, Dec 25, 2015 at 11:57 AM Winston [email protected]...

Btw I need to set our db_pool to be redis server concurrency + puma-max-threads. Is that correct? On Fri, Dec 25, 2015 at 12:07 PM Nguyễn Thanh Long [email protected] wrote:...

Cannot start with similar error as well: `pip3 show revChatGPT` Name: revChatGPT Version: 0.0.43 Summary: ChatGPT is a reverse engineering of OpenAI's ChatGPT API Home-page: https://github.com/acheong08/ChatGPT Author: Antonio Cheong Author-email:...