This website requires JavaScript.
Explore
Help
Register
Sign In
bvandeusen
/
FabledCurator
Watch
1
Star
0
Fork
0
You've already forked FabledCurator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
33
Wiki
Activity
Files
8243740a04edf6f810dd17afbc6cbcef0582e835
FabledCurator
/
backend
/
app
/
tasks
T
History
bvandeusen
110c1c0e51
fix(maintenance): recover_interrupted_tasks — fold SELECT into UPDATE…WHERE…RETURNING so the IN-list no longer blows past psycopg's 65535-parameter ceiling (operator-hit 2026-05-26 after deep scan orphan pile)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <
noreply@anthropic.com
>
2026-05-26 11:46:06 -04:00
..
__init__.py
docs: add module docstring to tasks package __init__
2026-05-14 07:35:01 -04:00
_sync_engine.py
fix(tasks): share one sync engine per worker process to stop connection-pool leak
2026-05-23 10:44:16 -04:00
admin.py
fc3k: admin Celery tasks — delete_artist_cascade_task + bulk_delete_images_task on maintenance queue
2026-05-25 00:40:03 -04:00
backup.py
fix(fc3h): split semicolon-stacked statements (E702) and bridge v-dialog v-model to avoid prop write
2026-05-24 23:37:06 -04:00
download.py
fix(workers): worker-level recovery — autoretry on transient errors + tightened sweep (5min) + import_media_file body-wrap so no path leaves rows stuck in 'processing'
2026-05-24 11:46:36 -04:00
import_file.py
feat(deep-scan): IR-parity port — refreshed status + counter, re-queue completed paths in deep mode, honest UX — Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 22:16:26 -04:00
library_audit.py
feat(fc-cleanup): scan_library_for_rule Celery task + maintenance-queue registration — Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 01:21:37 -04:00
maintenance.py
fix(maintenance): recover_interrupted_tasks — fold SELECT into UPDATE…WHERE…RETURNING so the IN-list no longer blows past psycopg's 65535-parameter ceiling (operator-hit 2026-05-26 after deep scan orphan pile)
2026-05-26 11:46:06 -04:00
migration.py
fc3h: retire backup + rollback from migrate API/task — moved to /api/system/backup/* per FC-3h
2026-05-24 22:59:11 -04:00
ml.py
fix(workers): worker-level recovery — autoretry on transient errors + tightened sweep (5min) + import_media_file body-wrap so no path leaves rows stuck in 'processing'
2026-05-24 11:46:36 -04:00
scan.py
feat(deep-scan): IR-parity port — refreshed status + counter, re-queue completed paths in deep mode, honest UX — Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 22:16:26 -04:00
smoke.py
feat: configure Celery with per-feature queue lanes and a smoke task
2026-05-14 07:34:47 -04:00
thumbnail.py
feat(thumb-backfill): backfill_thumbnails planner task — keyset-paginates ImageRecord, NULLs bad thumb paths, enqueues generate_thumbnail for NULL/missing/corrupt
2026-05-26 10:36:21 -04:00