mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
huge queue refactoring:
3 queues -> 1 queue send delete validate updates
This commit is contained in:
@@ -5,8 +5,8 @@ cdef enum CommandType:
|
||||
INFERENCE = 30
|
||||
INFERENCE_DATA = 35
|
||||
STOP_INFERENCE = 40
|
||||
AI_AVAILABILITY_CHECK = 80,
|
||||
AI_AVAILABILITY_RESULT = 85,
|
||||
AI_AVAILABILITY_CHECK = 80
|
||||
AI_AVAILABILITY_RESULT = 85
|
||||
ERROR = 90
|
||||
EXIT = 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user