Changes between Version 7 and Version 8 of DeveloperGuidelines/Scheduler
- Timestamp:
- 07/09/13 09:14:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Scheduler
v7 v8 60 60 61 61 == Debugging == 62 A task can be run through the Eclipsedebugger using this script:62 A task can be run through the [DeveloperGuidelines/Eclipse Eclipse] debugger using this script: 63 63 * https://github.com/flavour/eden/blob/master/static/scripts/tools/run_scheduler_tasks.py 64 65 Note: The Task must have an entry in the recurring tasks table: db.scheduler_task & this is where the args/vars are read from