Skip to content

Commit

Permalink
Enable Smokescreen proxy for annotation worker, same as for export wo…
Browse files Browse the repository at this point in the history
…rker (cvat-ai#8199)
  • Loading branch information
azhavoro authored Jul 24, 2024
1 parent d301b7d commit 35a6f06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Fixed

- The automatic annotation process failed for tasks from cloud data
(<https://github.com/cvat-ai/cvat/pull/8199>)
3 changes: 3 additions & 0 deletions supervisord/worker.annotation.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ environment=VECTOR_EVENT_HANDLER="SynchronousLogstashHandler",CVAT_POSTGRES_APPL
numprocs=%(ENV_NUMPROCS)s
process_name=%(program_name)s-%(process_num)d
autorestart=true

[program:smokescreen]
command=smokescreen --listen-ip=127.0.0.1 %(ENV_SMOKESCREEN_OPTS)s

0 comments on commit 35a6f06

Please sign in to comment.