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.
I'm wondering if there's a reason for having
run_at
anddata_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 removerun_at
?Happy to make a PR for this, just wanted to check if it's a welcome change or not.