Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing and published not sync #3

Closed
cod3r0k opened this issue Nov 14, 2020 · 5 comments
Closed

Processing and published not sync #3

cod3r0k opened this issue Nov 14, 2020 · 5 comments

Comments

@cod3r0k
Copy link

cod3r0k commented Nov 14, 2020

I have processing and also published version. Why this happend?

Is that the worker-2 works like as worker-1 ?

1b24c65c37c7105396e2be551555a8e918e87ad25-160506210765 Wed Nov 11 07:59:20 +0330 2020 X XXXXX 12 presentation presentation

@manishkatyan
Copy link
Owner

I am not sure I get you. Can you please elaborate a bit?

@cod3r0k
Copy link
Author

cod3r0k commented Nov 15, 2020

Thanks. I mean that, when the worker 01 is processing the video, I think another ones also process the other ones. When one of them wants to publish one video, the other start to process that video (the video which worker 01 is processed it).

in 1b24c65c37c7105396e2be551555a8e918e87ad25-160506210765 Wed Nov 11 07:59:20 +0330 2020 X XXXXX 12 presentation presentation As you can see, we have presentation in two column. (It is the output record of bbb-record --list)

It showed that the files is also in both processing dir and published dir.

But when I never launch two worker in another server, It is just have one presentation in column of published videos.

@manishkatyan
Copy link
Owner

process 1 will only pick records ending with [0-4]$ and process 2 will only pick records ending with [5-9]$. So it should not happen that both the process are picking the same record.

Can you check and confirm if you are getting both the records published after a while?

@cod3r0k
Copy link
Author

cod3r0k commented Nov 16, 2020

process 1 will only pick records ending with [0-4]$ and process 2 will only pick records ending with [5-9]$. So it should not happen that both the process are picking the same record.

Can you check and confirm if you are getting both the records published after a while?

I don't remember that ids but I think you are correct! Thanks a lot.

Can we setup another worker? for example [1-3] [3-7] [7-0] ؟

@manishkatyan
Copy link
Owner

Can we setup another worker? for example [1-3] [3-7] [7-0] ؟
I have not tried. Feel free to experiment. Small correction in the range: [1-3][4-7][8-0]

Also closing this as original issue is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants