Skip to content

Keep GPUs assigned to previous tasks

Erwan Rouchet requested to merge keep-task-gpu into master

Closes #1489 (closed)

The migration only changes the unique constraints on ponos_task, without touching any column: there was a UNIQUE (gpu_id) added by the OneToOneField, and it is now replaced with the unique constraint on active tasks.

Merge request reports

Loading