Beispiel #1
0
def ping():
    """
    A keep-alive endpoint used to prevent cloud application platforms,
    such as Heroku, from sleeping the application instance.
    """
    return ping_response()
Beispiel #2
0
def ping():
    """
    A keep-alive endpoint.
    """
    return ping_response()
Beispiel #3
0
def ping():
    return api.ping_response()
Beispiel #4
0
def ping():
    return ping_response()