Request not getting removed from queue
See original GitHub issueI am seeing the same log printing every two seconds
Aug 23 12:22:50 python3[15132]: 2018-08-23 12:22:50,326 WARNING Application timed out while sending response
Aug 23 12:22:52 python3[15132]: 2018-08-23 12:22:52,330 WARNING Application timed out while sending response
Aug 23 12:22:54 python3[15132]: 2018-08-23 12:22:54,333 WARNING Application timed out while sending response
Aug 23 12:22:56 python3[15132]: 2018-08-23 12:22:56,336 WARNING Application timed out while sending response
Aug 23 12:22:58 python3[15132]: 2018-08-23 12:22:58,339 WARNING Application timed out while sending response
Aug 23 12:23:00 python3[15132]: 2018-08-23 12:23:00,342 WARNING Application timed out while sending response
Aug 23 12:23:02 python3[15132]: 2018-08-23 12:23:02,345 WARNING Application timed out while sending response
Aug 23 12:23:04 python3[15132]: 2018-08-23 12:23:04,348 WARNING Application timed out while sending response
Aug 23 12:23:06 python3[15132]: 2018-08-23 12:23:06,350 WARNING Application timed out while sending response
It appears that some request did time out but is not being removed. My HTTP timeout is very log (1800 seconds). There appears to be some code path where the timed out request never gets removed. This is a low traffic site so I know a new request isn’t timing out for every iteration of this loop. This appears to be a rare error as this is the first time I’ve seen it.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Celery tasks not being completely removed from queue
Answering to my own question: this happens because while I'm making the workers not to consume from the queue (by calling cancel_consumer ) ......
Read more >Messages Not Removed From Queue After Dequeue
Hi, I am trying to enqueue and Dequeue Java Objects using the JMS implementation of AQ.
Read more >'You've been removed from queue' message : r/VALORANT
I picked my agent and we move past agent section onto the Team Vs Team screen (yk where it shows everyone's cards/act badges)...
Read more >How to remove a queue item from queue - Microsoft Dynamics ...
Suggested Answer You can simply select queue item and click on Remove button from command bar, the item will be removed from the...
Read more >Delete Queue | Microsoft Learn
Queue deleted successfully. This does not mean that the queue is completely deleted upon the return of the API call. It means that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The issue seems to be related to the fact that the following error is not caught:
Is this issue solved?