def handle_request(event, template_filter=None):
    try:
        if event["push"]:
            logger.info("Found push event for template %s " % template_filter)
            handle_push_event(event, template_filter)