Commit History

Fix worker startup: run as module, add package init
96c8a10

Avinashnalla7 commited on

fix: add python-dotenv dependency
3c5210f

Avinashnalla7 commited on

Run worker as module to fix relative imports
15e27b0

Avinashnalla7 commited on

Force Docker Space + serve health on
6545a36

Avinashnalla7 commited on

Add health server so HF marks worker healthy
c2aa6bc

Avinashnalla7 commited on

fix: write Gmail OAuth JSON secrets to /tmp files
029948d

Avinashnalla7 commited on

fix: add PyMuPDF for fitz
28b7dde

Avinashnalla7 commited on

fix: worker deps + HF config
a2c8732

Avinashnalla7 commited on

fix: serve /health and run worker loop
5d79a6d

Avinashnalla7 commited on

fix: add HF README config
0566772

Avinashnalla7 commited on

fix: add deps (python-dotenv, openai)
ae3fce5

Avinashnalla7 commited on

fix: add python-dotenv dependency
5c8ee53

Avinashnalla7 commited on

fix: restore worker code + entrypoint
7fd3f6f

Avinashnalla7 commited on

deploy: real pdf-trainer-demo worker
4478465

Avinashnalla7 commited on

worker: add HEAD support for health/sftp-test
1b42251

Avinashnalla7 commited on

chore: clean repo artifacts
68d613d

Avinashnalla7 commited on

worker: execute upload_pdf jobs
6e9aa02

Avinashnalla7 commited on

debug: log upload start/end for upload_pdf jobs
7cf2b34

Avinashnalla7 commited on

feat: process jobs; upload_pdf to sftp; status callbacks
d19344e

Avinashnalla7 commited on

fix: normalize SFTP upload path relative to SFTP_ROOT
e0039b5

Avinashnalla7 commited on

fix: repair corrupted newline strings in HTTP handler
5bc6b5d

Avinashnalla7 commited on

sftp: add /sftp-test endpoint
fbe6ec2

Avinash commited on

sftp: add sftp_store module + copy repo in Dockerfile
e9f72a1

Avinash commited on

fix: correct sftp_store import path
c09b33f

Avinash commited on

feat: add SFTP connectivity test endpoint
776de6b

Avinash commited on

fix: return 200 on / and /? to stop HF log probes
2878e4e

Avinash commited on

fix: correct worker indentation and stabilize startup
2652f31

Avinash commited on

SFTP: add store + worker /sftp-test
447f18c

Avinash commited on

fix: handle id vs job_id from API
88198d1

Avinash commited on

fix: worker uses X-Worker-Token header
f8fd7c1

Avinash commited on

fix: install worker deps via requirements.txt
ff2ed7d

Avinash commited on

fix: add requests dependency to worker
059b055

Avinash commited on

phase3: worker polls API job queue
9605485

Avinash commited on

fix: add /health http server so HF marks worker Running
b5f3970

Avinash commited on

fix: add worker deps
37e457f

Avinash commited on

fix: force long-running worker process
6aae1da

Avinash commited on

init: worker docker skeleton
c1fc2a9

Avinash commited on