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

Gunicorn workers and reporting #2

Open
dale-wahl opened this issue Oct 6, 2021 · 1 comment
Open

Gunicorn workers and reporting #2

dale-wahl opened this issue Oct 6, 2021 · 1 comment

Comments

@dale-wahl
Copy link
Member

Each Gunicorn worker seems to set up it's own version of the Shell2HTTP commands for pixplot. This has the downside that any give worker is not knowledgeable about other pixplot commands running on other workers. If you request a report, you will only get it if the same worker that received the original request receives the request for a report.

Right now that botches up the 4CAT pixplot processor.

@dale-wahl
Copy link
Member Author

Currently only allowing one worker at a time to ensure.
Mentioned issue here eshaan7/Flask-Shell2HTTP#24 (comment)

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

1 participant