Skip to content

Commit

Permalink
Fix rq scheduler launch (#7293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 authored Dec 27, 2023
1 parent fb610a4 commit bf65513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.d/20231227_104741_maria_fix_rq_scheduler_launch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Fixed

- RQ Scheduler launch, broken in PR 7245
(<https://github.com/opencv/cvat/pull/7293>)
2 changes: 1 addition & 1 deletion supervisord/utils.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ childlogdir=%(ENV_HOME)s/logs/ ; where child log files will live

[program:rqscheduler]
command=%(ENV_HOME)s/wait_for_deps.sh
python3 ~/rqscheduler.py
python3 %(ENV_HOME)s/rqscheduler.py
--host "%(ENV_CVAT_REDIS_INMEM_HOST)s" --port "%(ENV_CVAT_REDIS_INMEM_PORT)s"
--password "%(ENV_CVAT_REDIS_INMEM_PASSWORD)s"
-i 30 --path %(ENV_HOME)s
Expand Down

0 comments on commit bf65513

Please sign in to comment.