QueueClassic/queue_classic

Worker.new is broken

Closed this issue · 3 comments

See my comment on the breaking change:

c972edc#commitcomment-7487161

Hey @cschramm. Author of this commit here :)

Why wouldn't you specify a connection as an argument? It would have crashed before too, no?

I might be misunderstanding something here...?

ConnAdapter would pick up QC_DATABASE_URL or DATABASE_URL to establish a connection, but doesn't get a chance to do this anymore.

Oh, that's a really good point! Could you submit a PR for this?