1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

use explicit autoloads rather than from paths

هذا الالتزام موجود في:
Adam Cooke
2017-06-02 15:29:54 +01:00
الأصل 9f4568e81a
التزام 6e009f16b9
9 ملفات معدلة مع 87 إضافات و8 حذوفات

عرض الملف

@@ -1,10 +1,5 @@
namespace :postal do
desc "Start the backend job worker"
task :worker => :environment do
Postal::Worker.new([:main]).work
end
desc "Start the cron worker"
task :cron => :environment do
require 'clockwork'