Interrupt Signal Catching
Reported by sam.hendley | February 18th, 2009 @ 10:07 AM
Hi, good work on the plugin, it improved the speed of one of our subsystems by an order of magnitude. This may an ActiveRecord issue but I haven't been able to google anything about it (probably because it doesn't really have time to be a problem since the queries are so short lived in normal usage).
The Issue: When a large import is in progress and a kill signal is sent to the process the import process eats the signal and returns. Is this something that can be indicated to the user of import? Its tough to determine what caused the failure with just the failed_instances count, was it a temporary issue or has the program been asked to stop.
Thanks. Sam Hendley
Comments and changes to this ticket
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
ActiveRecord::Extension (aka ar-extensions) is a plugin to extend and
enhance the functionality of ActiveRecord. It starts by adding better
find support for ActiveRecord. It then adds mass data import
capabilities which are highly efficient and lastly it supports to_csv
functionality.
It also introduces a cool concept of creating easily extendable pieces
of ActiveRecord functionality, so developers don't have to understand
ActiveRecord internals or have the fear of breaking ActiveRecord
itself.
People watching this ticket
- Nobody is watching this ticket.