deploy: VPS bootstrap (WSL2+Docker) + lightweight compose overlay for 4GB RAM + harden

This commit is contained in:
qananasikq
2026-04-18 00:54:48 +03:00
parent a8c5f8aa41
commit 39c8e0fc9f
11 changed files with 442 additions and 53 deletions

View File

@@ -12,3 +12,7 @@ class SiteStructureChangedError(ScraperError):
class ListingResumeError(ScraperError):
"""Вызывается, когда resume по checkpoint больше недостижим."""
class ScraperAbortedError(ScraperError):
"""Вызывается при внешнем прерывании (например, потеря Celery lock'а)."""