bensheldon / good_job

Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.
https://goodjob-demo.herokuapp.com/
MIT License
2.53k stars 190 forks source link

Strip more whitespace when parsing queues string #1352

Closed bensheldon closed 2 months ago

bensheldon commented 2 months ago

Fixes #1351

The alternative would be to gsub away all of the whitespace, but I don't like transforming input strings for display.