diff --git a/app/interactors/spree_cm_commissioner/waiting_room_session_creator.rb b/app/interactors/spree_cm_commissioner/waiting_room_session_creator.rb index e51c67da1..f49fd322b 100644 --- a/app/interactors/spree_cm_commissioner/waiting_room_session_creator.rb +++ b/app/interactors/spree_cm_commissioner/waiting_room_session_creator.rb @@ -50,7 +50,9 @@ def log_to_firebase end def call_other_waiting_guests - SpreeCmCommissioner::WaitingGuestsCallerJob.perform_later + # disabled because of following bug: https://github.com/channainfo/commissioner/issues/2185 + # this job is already run every 1mn, disabling it still work. + # SpreeCmCommissioner::WaitingGuestsCallerJob.perform_later end def expired_at