Ticket #1414 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

Only "minute" cron run

Reported by: bergie Assigned to: piotras
Priority: blocker Milestone: 8.09.7 Ragnaroek
Component: Midgard Data Version: 8.09 Ragnaroek
Keywords: Cc:

Description

The Midgard cron runner has a bug with the -p crontype argument that causes all cron runs to get run without type specified (meaning that MidCOM falls back to everymin).

Change History

10/28/09 09:31:02 changed by bergie

(In [23791]) Provide the cron_type option as -p doesn't get intrepreted correctly, refs #1414

11/26/09 13:40:14 changed by piotras

  • status changed from new to closed.
  • resolution set to fixed.

(In [24194]) Replaced short argument 'p' with 'ct'. The first one is overwritten by parent class constructor. Fix #1414