Changes between Initial Version and Version 2 of Ticket #1064


Ignore:
Timestamp:
Aug 5, 2008, 9:11:57 AM (16 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1064

    • Property MilestoneBASE 2.8
    • Property Owner changed from everyone to Nicklas Nordborg
    • Property Status newassigned
  • Ticket #1064 – Description

    initial v2  
    55The first case (everything is ok) can be solved by introducing a new return status for jobs: `DONE_DRY_RUN`. This could be used to trigger a "Run again" button in the GUI that runs the plug-in without the dry-run flag.
    66
    7 The second case is (failure) is more problematic. The main problem is that the configuration of a job is highly dependent on the context it was started in. The context information is not saved to the database and what is in memory may have changed since the user has been clicking around since the job was created.
     7The second case is (failure) is more problematic and is covered in a separate ticket #1082.