\assignfeedback_editpdf\task\convert_submissions clogs moodle server "moodle 3.6.9+"

\assignfeedback_editpdf\task\convert_submissions clogs moodle server "moodle 3.6.9+"

by shpetim aliaj -
Number of replies: 1

Hi guys,


i have an issue:


there are some docs uploaded to the server and converted via unoconv  on a separate server but when the teacher is annotating them and the --execute='\assignfeedback_editpdf\task\convert_submissions' schedule starts doing it it clogs the server as the ghost-script is taking to long to finish "doc with at least 3k pages" on the server itself and is locking the DB and the server is down to a snail.


Please can someone help on how to find the course for that submission "Convert 1 submission attempt(s) for assignment 73435"

i need to remove that one so the others can continue to work.

Convert 1 submission attempt(s) for assignment 73435

apache    76103 78.0  0.1 169844 34548 ?        R    09:39   0:00 /usr/bin/gs -q -sDEVICE=png16m -dSAFER -dBATCH -dNOPAUSE -r100 -dFirstPage=3023 -dLastPage=3023 -dDOINTERPOLATE -dGraphicsAlphaBits=4 -dTextAlphaBits=4 -sOutputFile=/moodledata/temp/assignfeedback_editpdf/pageimages/60258d1081feb60c2c5e5ac6b98c3630707a8c50/image_page3022.png /moodledata/temp/assignfeedback_editpdf/pageimages/60258d1081feb60c2c5e5ac6b98c3630707a8c50/combined.pdf

best regards,

Shpetim Aliaj

Average of ratings: -
In reply to shpetim aliaj

Re: \assignfeedback_editpdf\task\convert_submissions clogs moodle server "moodle 3.6.9+"

by Ken Task -
Picture of Particularly helpful Moodlers

Query your DB mdl_assign table for id and course where id = '73435'

That will show course id number ... then query mdl_course for id to get info on course.

'SoS', Ken