Sha256: 6cccc5df1fb98f2df8e5dc3a68c83797aa6353f010822689097196cf7c1892db
Contents?: true
Size: 267 Bytes
Versions: 7
Compression:
Stored size: 267 Bytes
Contents
module IiifPrint module Jobs # TODO: Consider inheriting from ::Application job. That means we would have the upstreams # based job behavior. class ApplicationJob < ::ApplicationJob queue_as ::IiifPrint.config.ingest_queue_name end end end
Version data entries
7 entries across 7 versions & 1 rubygems