now.executor.gateway.bff.app.decorators module#

now.executor.gateway.bff.app.decorators.timed(func)[source]#

Decorator to count and log elapsed time of a function call.

now.executor.gateway.bff.app.decorators.async_timed(func)[source]#

Decorator to count and log elapsed time of an async function call.

now.executor.gateway.bff.app.decorators.api_method(func)[source]#

Decorator to log api call info and handle exceptions.