Commit Graph

2 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