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

Reports stuck in processing #333

Open
jethror1 opened this issue Dec 16, 2021 · 1 comment
Open

Reports stuck in processing #333

jethror1 opened this issue Dec 16, 2021 · 1 comment
Labels

Comments

@jethror1
Copy link
Contributor

Question

Sorry for more issues but we seem to be having a problem processing reports, I tried importing ~160 JSONs at once and I assumed it would queue them up and process them one at a time. I left this since yesterday and none seem to have been processed:

image

image

Is there a way to see what is happening / why they haven't processed? Is there an issue with doing everything in one go and does it need an interval adding between uploads?

@multimeric
Copy link
Collaborator

Yes, this is a known problem actually that I've never remember to file as an issue. When the user posts a report it gets added to the database unprocessed, but then there's a scheduler that runs, I think in another process using the APScheduler library, which processes them. I think it should be possible to debug the parsing script by setting a breakpoint in it and restarting megaqc. Try that and let me know why they aren't getting finished.

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

No branches or pull requests

2 participants