m-barthelemy / vapor-queues-fluent-driver

A Fluent implementation for https://github.com/vapor/queues (Vapor4)
MIT License
32 stars 16 forks source link

V3 Duplicate delayed fields #29

Open grahamburgsma opened 1 year ago

grahamburgsma commented 1 year ago

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.