Tasks used by the Celery dispatcher.
-
(task)
thorn.tasks.send_event[source]
Task called by process dispatching the event.
This will use the WorkerDispatcher to dispatch the individual
HTTP requests in batches (dispatch_requests -> dispatch_request).
-
(task)
thorn.tasks.dispatch_requests[source]
Process a batch of HTTP requests.
-
(task)
thorn.tasks.dispatch_request[source]
Process a single HTTP request.