Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In a thread-based backend like Sidekiq, there is a possibility that autoload may occur simultaneously in multiple threads, and as a result, it is presumed that an error may be caused by contention of autoload. In order to avoid the above issue, eager load the constants on boot. Maybe fixes #101
- Loading branch information