Ben Sheldon [he/him]
                                            Ben Sheldon [he/him]
                                        
                                    @mec thank you for getting so far. I can take a look at it. I have PgHero running successfully on other applications so I imagine there's just something odd somewhere.
You're hitting a bug in Rails described here: https://github.com/bensheldon/good_job/issues/785#issuecomment-1372539754 Solution is to upgrade to Rails 6.1.8 👍
Fortunately a version has been released since that comment was made. -- Ben Sheldon ***@***.*** On Mar 10, 2024 at 11:37 AM -0700, Bill Harding ***@***.***>, wrote: > Aha, thanks...
Oh bummer! I misread the version list.
@pattersonc that's a bummer 😞 Also strange that's it's not working even when you directly use the branch, I'm assuming via something like this: https://github.com/samvera/hyku/pull/2125/files It's a bit of a...
You're right that sentence doesn't give the full picture. A more accurate statement would be something like. "By default, GoodJob retains finished job records for 14 days and then automatically...
Thanks for opening the issue! And sorry you ran into this trouble. You're correct that GoodJob doesn't validate the configuration; and also if it fails to enqueue any job, there...
I think that's a bug to silently fail. But I don't think it should create the directory because that _should_ be a Rails standard thing: https://github.com/rails/rails/blob/c676398d5ed0afe58ac7547f86547c3e85911af1/railties/lib/rails/generators/rails/app/app_generator.rb#L259 I think simplest option...
That's weird! Could you share what `GoodJob.configuration.poll_interval` is in your Rails console? Here's how the poll interval is configured if that helps you maybe track down where this might be...
Your understanding is correct, you should not have to set a value and the default value (based on that code I shared) should be the value that's used. I'm still...