Module npsgd_queue :: Class WorkerSucceededTask
[hide private]
[frames] | no frames]

Class WorkerSucceededTask

source code

                object --+        
                         |        
tornado.web.RequestHandler --+    
                             |    
           QueueRequestHandler --+
                                 |
                                WorkerSucceededTask

HTTP handler for workers telling the queue that they have succeeded processing.

After this request, the queue no longer needs to keep track of the job in any way and declares it complete.

Instance Methods [hide private]
 
get(self, taskIdString) source code

Inherited from QueueRequestHandler: checkSecret

Inherited from tornado.web.RequestHandler: __init__, async_callback, check_xsrf_cookie, clear, clear_all_cookies, clear_cookie, delete, finish, flush, get_argument, get_arguments, get_browser_locale, get_cookie, get_current_user, get_error_html, get_login_url, get_secure_cookie, get_template_path, get_user_locale, head, initialize, on_connection_close, options, post, prepare, put, redirect, render, render_string, require_setting, reverse_url, send_error, set_cookie, set_header, set_secure_cookie, set_status, static_url, write, xsrf_form_html

Inherited from tornado.web.RequestHandler (private): _cookie_signature, _execute, _generate_headers, _handle_request_exception, _log, _request_summary, _stack_context, _ui_method, _ui_module

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from tornado.web.RequestHandler: SUPPORTED_METHODS

Inherited from tornado.web.RequestHandler (private): _ARG_DEFAULT

Properties [hide private]

Inherited from tornado.web.RequestHandler: cookies, current_user, locale, settings, xsrf_token

Inherited from object: __class__

Method Details [hide private]

get(self, taskIdString)

source code 
Overrides: tornado.web.RequestHandler.get