79131304

Date: 2024-10-27 19:18:10
Score: 0.5
Natty:
Report link

was having this issue on rails 7.2

after implementing resque & resque-pool, i had config.cache_classes = truein the development and production file for worker forking.

removing this config.cache_classes = true in development.rb fixed the problem

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Denis S Dujota