Jason Haruska
Jason Haruska
I'm not sure but the line 32 call should be wrapped up in the line 3 check or it should just assume it exists and note in the documentation that...
Couple of things that have killed my day but hopefully will help someone else that comes across this: 1) You need to set the SSL flag to true. This isn't...
I'm unsure if backupify is still using resque-pool. That said, those changes to ensure you don't 2x your worker count on restart are probably still valuable to those using resque.
I have a hard coded version on the backupify fork. I'll clean it up. We may be able to get away with not changing the config file by making them...
that's reasonable. probably never get to stage 3. You could also merge in stage 1 and continue to support an env var through stage 2. It's additive functionality and then...
Agreed that this ticket is still relevant. I found you can use `Swatinem/rust-cache` to cache the bin in GH actions. Something like: ```yaml jobs: test: name: Test runs-on: ubuntu-latest services:...