Don't cleanup runners during precompile

This commit is contained in:
Konrad Hanff
2021-04-19 10:05:14 +02:00
committed by Sebastian Serth
parent 17bd2d8726
commit c14cf99a96

View File

@ -1 +1 @@
RunnerCleanupJob.perform_now unless Rake.application.top_level_tasks.to_s.include?('db:')
RunnerCleanupJob.perform_now unless Rake.application.top_level_tasks.to_s.match?(/db:|assets:/)