fat_ffipd.background package

Module contents

fat_ffipd.background.bg_tasks: Dict[str, Tuple[int, Callable]] = {'im_alive': (5, <function im_alive>)}

A dictionary containing background tasks for the flask application

fat_ffipd.background.im_alive()

Function that prints ‘I’m alive!’. Used to test if background tasks work correctly :return: