I have queue items where Company ID is the only thing join them
For example item 1=A,B,C_id1000 item 2=E,F,C_id:1000
now i need join them to do a job baced on the C_id , i can do this from the DB directly then set both as completed !
but seems not realy a good way while we are using the REF frame!
what is the right way to handle it? tips idea.
Im trying to avoid playing with the DB directly !
Note: i was try to merge them before i add to queue but i cant know before i process two item with the same C_id!