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

The program executes two sets, is it normal? #109

Closed
davidpan opened this issue Jan 1, 2024 · 2 comments
Closed

The program executes two sets, is it normal? #109

davidpan opened this issue Jan 1, 2024 · 2 comments

Comments

@davidpan
Copy link

davidpan commented Jan 1, 2024

image

Should only one group be started as configured?
A supervisor, a dispatcher, and a worker.

If only one group is needed, is it possible to use the kill command and just stop it?

solid_queue.yml file:

default: &default
  dispatchers:
    - polling_interval: 1
      batch_size: 500
      concurrency_maintenance_interval: 300
  workers:   
    - queues: "chrome_single"
      threads: 1
      processes: 1
      polling_interval: 1


development:
 <<: *default

test:
 <<: *default

production:
 <<: *default
@rosa
Copy link
Member

rosa commented Jan 1, 2024

@davidpan, yes, you should get only 3 processes, as you said: one supervisor, one worker and one dispatcher, with that configuration. This suggests it's related to #108, and your processes aren't being deregistered properly. Can you check if the processes with these pids are, in fact, running at all?

@rosa
Copy link
Member

rosa commented Jan 2, 2024

Closing this one in favour of #108.

@rosa rosa closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2024
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