mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Add raise_exceptions to remove_temp_files
This commit is contained in:
@@ -95,8 +95,8 @@ app.include_router(router)
|
|||||||
|
|
||||||
|
|
||||||
@app.on_event("startup")
|
@app.on_event("startup")
|
||||||
@repeat_every(seconds=60 * 60)
|
@repeat_every(seconds=60, raise_exceptions=True)
|
||||||
async def remote_temp_files():
|
async def remove_temp_files():
|
||||||
def _foo():
|
def _foo():
|
||||||
current_time = time.time()
|
current_time = time.time()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user