← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 838004] Re: Schedulers are disabled on reboot

 

Damien,

This is a choice we have made conscientiously. If a database has to be
loaded by the server, that database must be specified on the command-
line or in the configuration. (The database is also loaded automatically
if someone try to access it via XML-RPC).

The reason for this behavior is simple: Imagine launching the server
with a lot of different databases. In such a situation, loading all
database even if you perfectly know you will work with only one would be
clearly wrong.

** Changed in: openobject-addons
       Status: New => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/838004

Title:
  Schedulers are disabled on reboot

Status in OpenERP Addons (modules):
  Invalid

Bug description:
  Hello,

  I developped a module to manage warranties. Every warranty has a
  validity period.

  Every night, all the warranties must be scanned, and the system send
  e-mails if warranties are expired.

  To do that, I created a function in an object that is called by a
  trigger. This trigger is set to run every night at 02:00. It normally
  works, but sometimes, the server is automatically shuted down to be
  saved (that's a virtual machine). It appens arount 01:00. When it
  appens, the scheduler doesn't work, and we must wait about the first
  connexion to the database to receive e-mail (thanks to field repeat
  missed).

  The server is a Ubuntu 10.04 LTS Server.

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


References