You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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.
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:
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?
The text was updated successfully, but these errors were encountered: