Renan DelValle
|
e1906542a6
|
Allowing task and job to return job keys. Job keys are now passed around as concrete types (not pointers) due to the possiblity of side effects being cause if pointers to job keys inside of another struct are passed around. Cloning now uses the TaskFromThrift method to do a deep copy of an AuroraTask.
|
2018-12-12 14:01:26 -08:00 |
|
Renan DelValle
|
005980fc44
|
Refactor of update job code to use an AuroraTask underneath it and forward the necessary pointer receivers down to the AuroraTask. Code and tests for doing a deep copy of AuroraTask have been included.
|
2018-12-11 17:45:49 -08:00 |
|
Renan DelValle
|
5836ede37b
|
Splitting off Aurora task from Aurora Job since Update mechanism only needs task.
|
2018-12-10 18:57:16 -08:00 |
|
Renan DelValle
|
b0c25e9013
|
Refactor updatejob to JobUpdate to be more in line with Aurora terminology.
|
2018-12-10 18:13:28 -08:00 |
|