On 29 Jul 2011, at 9:51 AM, Jason Ede wrote: > I’ve tried removing all virtual hosts apart from baruwa and turning off SSL, > but still see the same results.
I doubt this is the cause. > > I’m now wondering if the EPEL repository I have is updating a package version > that baruwa needs and causing problems. Dont think so, am running update EPEL at several sites. > > The most irritating part is that I can see no errors anywhere… rabbit > processes the message as does celery, but the confirmation just never gets > back to the web page… It is possible the results are not being written to the result store, the mysql db in this case. Run a task, then check the DB to see if the results are being stored. select * from celery_taskmeta; -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa Keep Baruwa FREE - http://pledgie.com/campaigns/12056

