Passenger queue full for rails application hosted on aws (passenger_max_request_queue_size)
408 views
Skip to first unread message
Raman M
unread,
Aug 26, 2016, 10:26:18 AM8/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Phusion Passenger Discussions
I have a rails application hosted on aws which has nginx+passenger setup. Earlier it had no value set for passenger_max_request_queue_size so it was taking default value of 100 which was getting exceeded frequently.
Now I have set this value to 1000 so hopefully it won't refuse new requests as frequently as it is doing now.
But is there a way to check and be alerted when a certail threshold is reached ?
Daniel Knoppel
unread,
Aug 29, 2016, 6:46:58 AM8/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message