Yves Senn

Results 98 comments of Yves Senn

So the implementation of this ticket will allow us to do partial migrations only on tables, which have not been imported before and a future ticket will allow the re-import...

What do we do about data consistency? At the moment when the import fails, it rolls-back the current transaction, leaving the import script in a somewhat useable state. If we...

I'm fine with that.

@jipiboily what is the status of this issue?

@smathieu I agree with everything you say. I also do think that this functionality should be part of the limited interface we provide. The PR was created to be fully...

I still feel we should put this in. Some use-cases I've came across where this would be very helpful. - For very low-volume projects it might be easier to configure...

:+1: would be nice to have this. @rwdaigle are you interested in working on a patch?

@rwdaigle I took a stab at this https://github.com/QueueClassic/queue_classic/pull/256 let me know if this addresses your needs.

Hi @ko1 👋 Long time no see! I found myself looking at a very similar situation when running rspec tests with Capybara today. The `rspec` process never completes. The main...