-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm frustrated that when I use the excellent Fluent Driver for Queues, the payload/JobData
enforces storage as raw Data
. This ends up meaning that for Postgres and MySQL, it's a column containing [UInt8]
, which is far from ideal.
I assume that this was done for the early drivers, which require storage this way, but it would be good to unpick this.
Offering the payload as Codable and expecting the driver to handle persistence would be a more flexible approach, and perhaps allow the use of things like Postgres' jsonb
type for far easier inspection and debugging of in-flight jobs.
grahamburgsma and Radisz
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request