Betterment / delayed

a multi-threaded, SQL-driven ActiveJob backend used at Betterment to process millions of background jobs per day
MIT License
154 stars 8 forks source link

Drop EOL Ruby and Rails versions support #33

Closed Irving-Betterment closed 8 months ago

Irving-Betterment commented 9 months ago

Summary of changes:

/task https://app.asana.com/0/1206095065335149/1206250886010422/f

smudge commented 8 months ago

@Irving-Betterment For this gem, I think we'd like to keep supporting older versions for the time being. It's intended as a drop-in replacement for delayed_job, and keeping more relaxed version constraints reduces the amount of work it would take to migrate over. I think we should consider dropping version support only if maintaining the older version support becomes a particular pain point.

Irving-Betterment commented 8 months ago

Closed as we want to keep supporting older versions for now.