mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-14 22:52:15 +02:00
chore: bumped version to 0.0.31
This commit is contained in:
parent
8df8565e0a
commit
1c9ab207ef
56 changed files with 520 additions and 190 deletions
|
|
@ -627,9 +627,13 @@ async def _sweep_stale_scraper_runs() -> None:
|
|||
async with async_session_maker() as session:
|
||||
swept = await fail_stale_running_runs(session)
|
||||
if swept:
|
||||
logger.info("[startup] Marked %d stale running scraper run(s) as error", swept)
|
||||
logger.info(
|
||||
"[startup] Marked %d stale running scraper run(s) as error", swept
|
||||
)
|
||||
except Exception:
|
||||
logger.warning("[startup] Stale scraper-run sweep failed (non-fatal)", exc_info=True)
|
||||
logger.warning(
|
||||
"[startup] Stale scraper-run sweep failed (non-fatal)", exc_info=True
|
||||
)
|
||||
|
||||
|
||||
@asynccontextmanager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue