You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since introducing Rails 6 there are some concurrency issues with standard autoloader, but we got code loading setup in application.rb preventing us from using zeitwerk.
We should fix this setup and migrate to zeitwerk in order to have multithreaded concurrency on delayed jobs.
The text was updated successfully, but these errors were encountered:
Since introducing Rails 6 there are some concurrency issues with standard autoloader, but we got code loading setup in application.rb preventing us from using zeitwerk.
We should fix this setup and migrate to zeitwerk in order to have multithreaded concurrency on delayed jobs.
The text was updated successfully, but these errors were encountered: