Hi All, Over the past few days I've been getting a lot of Error Code 123 in my Taksqueue. I understand that this error is a deadline, but Taskqueues are supposed to live for 10 minutes, and I get this error far before that. It is difficult to debug because these requests have practically no logging information in them. My app normally spits out a lot of logs, so either GAE is dropping my logs or this crash occurs outside of my code.
1. 2016-01-19 20:36:45.991 /_ah/queue/deferred 500 190547ms 0kb AppEngine-Google; (+http://code.google.com/appengine) module=default version=18 0.1.0.2 - - [19/Jan/2016:17:36:45 -0800] "POST /_ah/queue/deferred HTTP/1.1" 500 0 "http://docketupdate.appspot.com/_ah/queue/deferred" "AppEngine-Google; (+http://code.google.com/appengine)" "docketupdate.appspot.com" ms=190547 cpu_ms=0 cpm_usd=0.000065 queue_name=default task_name=37491651647795200701 exit_code=123 app_engine_release=1.9.31 instance=00c61b117c4864f5a842a8ae7ca496d20dbaa9f8 <https://appengine.google.com/instances?app_id=s~docketupdate&version_id=18.390103371601440022&key=00c61b117c4864f5a842a8ae7ca496d20dbaa9f8#00c61b117c4864f5a842a8ae7ca496d20dbaa9f8> 2. E2016-01-19 20:36:45.991 Process terminated because the request deadline was exceeded. (Error code 123) Here's another: 1. 2016-01-19 19:48:58.581 /_ah/queue/deferred 500 84488ms 0kb AppEngine-Google; (+http://code.google.com/appengine) module=default version=18 0.1.0.2 - - [19/Jan/2016:16:48:58 -0800] "POST /_ah/queue/deferred HTTP/1.1" 500 0 "http://docketupdate.appspot.com/_ah/queue/deferred" "AppEngine-Google; (+http://code.google.com/appengine)" "docketupdate.appspot.com" ms=84489 cpu_ms=0 queue_name=indexsearch task_name=5718499252586827456 exit_code=123 app_engine_release=1.9.31 instance=00c61b117cbebad1360673a661a18cf0e69c7cb0 <https://appengine.google.com/instances?app_id=s~docketupdate&version_id=18.390103371601440022&key=00c61b117cbebad1360673a661a18cf0e69c7cb0#00c61b117cbebad1360673a661a18cf0e69c7cb0> 2. E2016-01-19 19:48:58.580 Process terminated because the request deadline was exceeded. (Error code 123) And another: 1. 2016-01-19 19:48:58.583 /_ah/queue/deferred 500 105886ms 0kb AppEngine-Google; (+http://code.google.com/appengine) module=default version=18 0.1.0.2 - - [19/Jan/2016:16:48:58 -0800] "POST /_ah/queue/deferred HTTP/1.1" 500 0 "http://docketupdate.appspot.com/_ah/queue/deferred" "AppEngine-Google; (+http://code.google.com/appengine)" "docketupdate.appspot.com" ms=105887 cpu_ms=0 cpm_usd=0.009467 queue_name=officialdocumentqueue task_name=8648504684653226301 exit_code=123 app_engine_release=1.9.31 instance=00c61b117cbebad1360673a661a18cf0e69c7cb0 <https://appengine.google.com/instances?app_id=s~docketupdate&version_id=18.390103371601440022&key=00c61b117cbebad1360673a661a18cf0e69c7cb0#00c61b117cbebad1360673a661a18cf0e69c7cb0> 2. E2016-01-19 19:48:58.583 Process terminated because the request deadline was exceeded. (Error code 123) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/8577d539-6ac5-49be-9cfa-18df43a0c3a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
