Changes between Version 5 and Version 6 of DeveloperGuidelines/Scheduler
- Timestamp:
- 07/09/13 08:47:39 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Scheduler
v5 v6 17 17 18 18 Notes: 19 * args/vars need to be simple Text or JSON structures19 * args/vars need to be simple Text, Integer or JSON structures 20 20 * the scope for a task varies depending on whether the scheduler is running (new request) or not (same request as pushes it async) 21 21 * therefore assume the least scope (new request) & ensure that testing is done with a real scheduler running