- 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>
- 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>