Open louking opened 8 years ago
Upon further review, the lock/wait was probably happening because I restarted the transaction after the first request.
Rather, and this makes more sense, the (existing) apache process thinks it has access to the celery queue and is blocking awaiting the response, as there is no response back to the browser after the http://sandbox.scoretility.com/_importresults/187?force=true request.
So after rabbitmq-server restart, need to restart the apache application, by "touching" the wsgi file.
Not sure if this can be automatically detected and recovered from somehow.
got lock wait timeout when attempt to overwrite results
required
touch /var/www/sandbox.scoretility.com/rrwebapp/rrwebapp.wsgi
to recover