vapor-queues-fluent-driver
vapor-queues-fluent-driver copied to clipboard
V3 Duplicate delayed fields
I'm wondering if there's a reason for having run_at
and data_delay_until
. I know the data one comes from the job payload, but could we not just use that column for the query and index and remove run_at
?
Happy to make a PR for this, just wanted to check if it's a welcome change or not.