DIRACGrid / diracx

The neXt DIRAC incarnation
GNU General Public License v3.0
9 stars 20 forks source link

Feature rescheduleJob method #72

Closed natthan-pigoux closed 1 year ago

natthan-pigoux commented 1 year ago

Related issue: https://github.com/DIRACGrid/diracx/issues/22

Start creating the rescheduleJob method in JobDB as well as the routers methods and a test_insert_and_reschedule test. Multiple features are missing (commented as TODO) and the method has to be finalized when those features will be added.

natthan-pigoux commented 1 year ago

I added a JobMinorStatus class in models and I now insert status in the JobLoggingDB. Waiting for JobPolicy and TaskQueueDB (https://github.com/DIRACGrid/diracx/issues/63) to continue.