hi, i have used backgroundrb to update the database with the files having some useful data, where i am getting files periodically uploaded. it works well, but suddenly it stops the worker and stopped the updation. when i checked the backgroundrb.log file it shows Mysql::Error: MySQL server has gone away: (Query used for updation) LIMIT 1 - (ActiveRecord::StatementInvalid) but, the query is working fine in mysql.
i have created one worker to do the updation with job_key. when i checked the job_key value for the particular worker is shows nil. since the worker was stopped. what would be the problem, how can i make the updation works continuously. ur madhan -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

