Commit 6effa16
committed
We no longer need to keep jobs
* Batch execution is managed through the BatchExecution model, which is dependent destroyed when jobs are destroyed
* Since it checks batch completion in an after_commit on: :destroy, it already gets checked, even when the job is not preserved
* Because we rely on batch executions and counts, we don't need the jobs to stick around to properly run a batch1 parent 7b8462a commit 6effa16
File tree
3 files changed
+1
-22
lines changed- app
- jobs/solid_queue/batch
- models/solid_queue
- job
3 files changed
+1
-22
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 114 | | |
121 | 115 | | |
122 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments