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.
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.
Related issue: https://github.com/DIRACGrid/diracx/issues/22
Start creating the
rescheduleJob
method inJobDB
as well as the routers methods and atest_insert_and_reschedule
test. Multiple features are missing (commented as TODO) and the method has to be finalized when those features will be added.