Étienne Barrié
Étienne Barrié
See #219 and #241. Basically Rails had a hack, and we removed it, but we can add it here: #441
I removed it because I felt like it was bad form to [change the environment when requiring a file](https://github.com/rails/rails/pull/41298) and it wasn't necessary anymore since we were now using [TestUnit::Runner...
We have to investigate a bit more what it means to update the column. We may need a more involved migration with an additional column depending on how it goes....
One thing I've been thinking about, not sure about compatibility etc. which would be neat, would be to infer that from the `process` method entirely. ```ruby class Maintenance::ImportPostsTask < MaintenanceTasks::Task...
Do you think batches enumerators could help? (see #409) Depending on your tasks, being able to update 100/1000 records at a time could substantially speed them up. Regarding actual parallelism...
> i needed to do a hack to get the system tests to work(disable csp in test environment) since i cant fix the insecure inline style inside the turbo package....
Yes that's it, CSV takes an IO to be able to stream, but `download_chunk` just returns a chunk as a String, we need an object that plays the role of...
The name is not working for me, what is more dynamic about this collection than others? It's just a task based on enumerator/cursor rather than the simple case of collection....
Can you share a backtrace? Thanks
Yeah we've noticed in https://github.com/Shopify/maintenance_tasks/pull/620 and dropped support for it for v2.0.0. I think you could work around that issue, but I can't reproduce it myself. I've created a rails...