good_job icon indicating copy to clipboard operation
good_job copied to clipboard

Use AS ForkTracker (when supporting Rails 6.1+)

Open bensheldon opened this issue 11 months ago • 0 comments

Can use this as of Rails 6.1: https://github.com/rails/rails/pull/37312

Another older compatibility check (suggested by @matthewd) is to compare database connection pool equality, though GoodJob is already doing a PID check to detect forks.

bensheldon avatar Feb 28 '24 01:02 bensheldon