← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 433395] Re: failing crons must report properly

 

Currently in OpenERP (v5/v6), it is the responsability of the cron job to do its own error-management and reporting.
As you noted yourself, it allows you to implement a much appropriate solution than a default notification mechanism.

We could consider implementing a default mechanism for this after v6, so
I leave it open as Wishlist. Although ultimately the most flexible way
will still be to do it properly in the cron job itself.

Thank you for this suggestion

** Changed in: openobject-server/trunk
   Importance: Undecided => Wishlist

** Changed in: openobject-server/trunk
       Status: Triaged => Confirmed

-- 
failing crons must report properly
https://bugs.launchpad.net/bugs/433395
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Confirmed
Status in OpenObject Server 5.0 series: Won't Fix
Status in OpenObject Server trunk series: Confirmed

Bug description:
currently crons fail quietly 
IMHO there should be a default notification function (sending a requst or mail to the job owner od a dedicated user) which runs if the cron job fails.

I see a problem sending requests to the administrator, because this account will not be used regulary