deep.push.push_service
Provide service for pushing events to Deep services.
PushService
This service deals with pushing the snapshots to the service endpoints.
Source code in deep/push/push_service.py
__init__(grpc, task_handler)
Create a service to handle push events.
:param grpc: the grpc service to use to send events :param task_handler: the task handler to offload tasks to
Source code in deep/push/push_service.py
push_snapshot(snapshot)
Push a snapshot to the deep services.