Task #942 (closed)
Opened 11 years ago
Closed 11 years ago
Recording all jobs in database
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0-Beta3 |
| Component: | Scripting | Version: | 3.0-M1 |
| Keywords: | jobs | Cc: | dzmacdonald |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Currently, InteractiveProcessor and IScript are bypassing the Jobs table when they shouldn't.
Change History (6)
comment:1 Changed 11 years ago by jmoore
comment:2 Changed 11 years ago by jmoore
Also r2389
comment:3 Changed 11 years ago by jmoore
Oh and r2383...
comment:4 Changed 11 years ago by jmoore
- Status changed from new to assigned
r2395 has a first implementation. Still looking into where these will be attached. (Sadly, for milestone:3.0-Beta3 Jobs don't have attachments. Probably the session itself, then)
comment:5 Changed 11 years ago by jmoore
comment:6 Changed 11 years ago by jmoore
- Resolution set to fixed
- Status changed from assigned to closed
Unless Donald objects (and re-opens), the status of this for milestone:3.0-Beta3 will be that all jobs (including those for parsing files -- IScript.getParams()) will require a job. At the moment, IScript then deletes that temporary job.
r2392. Donald, can you try it out?