""" Application constants """ APP_NAME = 'apollo_clear_notifications' ENV_PROD: str = 'prod' ENV_DEV: str = 'dev' REDIS_LOCK_TTL: int = 900 # 15 min