Added info

This commit is contained in:
2024-08-28 16:41:52 +02:00
parent adc40dbce2
commit 4bbb5926b1

View File

@@ -20,6 +20,8 @@ class Job < ApplicationRecord
# TODO: works only when job is created. Should move analyzer to activestorage : # TODO: works only when job is created. Should move analyzer to activestorage :
# https://discuss.rubyonrails.org/t/active-storage-in-production-lessons-learned-and-in-depth-look-at-how-it-works/83289 # https://discuss.rubyonrails.org/t/active-storage-in-production-lessons-learned-and-in-depth-look-at-how-it-works/83289
# https://redgreen.no/2021/01/24/custom-analyzer-for-activestorage.html # https://redgreen.no/2021/01/24/custom-analyzer-for-activestorage.html
# Possible alternative
# https://github.com/shrinerb/shrine
after_create_commit :analyze_pdf after_create_commit :analyze_pdf
# NOTE: Multiple status if paing before brinting? # NOTE: Multiple status if paing before brinting?