← Back to team overview

openerp-india team mailing list archive

[Bug 1146183] [NEW] UTC ERROR: could not obtain lock on row in relation "ir_cron"

 

Public bug reported:

when launching openerp7 (up until latest nightly) i get a multi-trheaded
cron issue:

2013-03-05 06:37:31 UTC STATEMENT:  SELECT *
	                                   FROM ir_cron
	                                   WHERE id=2
	                                   FOR UPDATE NOWAIT
2013-03-05 06:37:31 UTC ERROR:  could not obtain lock on row in relation "ir_cron"

this appears to be because cron: and cron:0 try to run the same command?
solved by tuning down config :

max_cron_threads = 1

seems to work fine, for now

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1146183

Title:
  UTC ERROR:  could not obtain lock on row in relation "ir_cron"

Status in OpenERP Server:
  New

Bug description:
  when launching openerp7 (up until latest nightly) i get a multi-
  trheaded cron issue:

  2013-03-05 06:37:31 UTC STATEMENT:  SELECT *
  	                                   FROM ir_cron
  	                                   WHERE id=2
  	                                   FOR UPDATE NOWAIT
  2013-03-05 06:37:31 UTC ERROR:  could not obtain lock on row in relation "ir_cron"

  this appears to be because cron: and cron:0 try to run the same command?
  solved by tuning down config :

  max_cron_threads = 1

  seems to work fine, for now

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1146183/+subscriptions


Follow ups

References