Changes between Version 17 and Version 18 of AssignedWork


Ignore:
Timestamp:
May 27, 2014, 9:34:08 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AssignedWork

    v17 v18  
    8888int restrict_wu_to_user(DB_WORKUNIT& wu, int userid);
    8989}}}
     90
     91=== Implementation notes ===
     92
     93When a targeted job is created, the workunit.transitioner_flags field
     94is set to TRANSITION_NO_NEW_RESULTS.
     95This tells the transitioner to not create instances of the job;
     96the scheduler does that.
     97The transitioner does, however, check for completion and error cases.