aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/errors_controller.rb
diff options
context:
space:
mode:
authorTeddy Wing2017-07-24 11:51:37 +0200
committerTeddy Wing2017-08-01 19:02:53 +0200
commit265f76bfb55b79c550c264d5bb10319f6b77ede3 (patch)
tree7673b4b1cb8168bd8188f09524f4d38dac9fa109 /app/controllers/errors_controller.rb
parent8774b48a41779248d58c78eb305ce1c579c82708 (diff)
downloadchouette-core-265f76bfb55b79c550c264d5bb10319f6b77ede3.tar.bz2
Add `notified_parent_at` column to `imports` table
We need a way to detemine whether the parent of an import has been notified. We can already select all imports that have a parent and have finished with a failing status. We additionally need to be able to select only those imports that haven't notified their parent of having finished with a failing status. This field allows us to filter out only the sub-imports that haven't yet sent a notification call. The ultimate goal is to be able to enable the parent import to know that one of its sub-imports failed, and thus fail and potentially stop the parent import task. If one of the sub-imports fails the parent task is considered as having failed. Refs #3511
Diffstat (limited to 'app/controllers/errors_controller.rb')
0 files changed, 0 insertions, 0 deletions