12 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
15cfcbf336 fix: improve error handling in rq-docker script
- Use python3 in shebang for explicit Python 3
- Add exception handling in main() to log errors properly

Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com>
2026-03-02 14:57:41 +00:00
copilot-swe-agent[bot]
35b3829da0 refactor: use custom worker script instead of standard RQ CLI
- Add scripts/rq-docker for Docker container compatibility
- Update Dockerfile to copy scripts directory
- Replace standard rq worker command with custom worker script
- Custom worker includes built-in scheduling via _drain_ready_scheduled_tasks

Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com>
2026-03-02 14:57:00 +00:00
Abhimanyu Saharan
8f4a398839 refactor: implement generic queue worker with task-type dispatch and improved retry logic 2026-02-15 13:07:32 +05:30
Abhimanyu Saharan
7e76cd1f68 refactor: improve webhook processing with enhanced logging and retry mechanisms 2026-02-15 13:02:55 +05:30
Abhimanyu Saharan
e28496245b refactor: enhance webhook delivery queue processing with configurable blocking 2026-02-15 13:02:55 +05:30
Abhimanyu Saharan
e919987351 chore(ci): tighten migration pattern and fail if base SHA missing 2026-02-14 19:49:56 +00:00
Abhimanyu Saharan
c89db7677d fix(ci): only count added migrations in one_migration_per_pr gate 2026-02-14 19:48:19 +00:00
Abhimanyu Saharan
1cad57f6b5 ci(policy): enforce one migration per PR 2026-02-14 19:09:09 +00:00
Abhimanyu Saharan
d6db63480e CI: add markdownlint + docs-check wrapper; extend link check scope 2026-02-12 14:44:43 +00:00
Abhimanyu Saharan
879b50199f ci(docs): scope link check to docs/ only (avoid legacy README links) 2026-02-12 14:44:43 +00:00
Abhimanyu Saharan
d830918fd1 ci(docs): add markdown relative link check gate 2026-02-12 14:44:43 +00:00
Abhimanyu Saharan
1dfff39140 feat: add node wrapper script and update Makefile for frontend tooling 2026-02-08 00:46:15 +05:30