Changes between Version 6 and Version 7 of BossaExampleTwo
- Timestamp:
- Jul 30, 2008, 1:53:46 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaExampleTwo
v6 v7 16 16 * When a 2nd or subsequent instance is issued we set the priority to 0. 17 17 * When an instance times out, or finished but without consensus, we set the priority to 2. 18 19 == Setup == 20 21 Create an application named '''bossa_example3'''. 22 Create some jobs: 23 {{{ 24 php bossa_example_make_jobs --app_name bossa_example3 --dir example 25 }}} 26 27 == Callback functions == 18 28 19 29 The callback functions follow: