Skip to content

Commit

Permalink
close #2186 hot fix guests caller job
Browse files Browse the repository at this point in the history
  • Loading branch information
theachoem committed Dec 24, 2024
1 parent 15a4239 commit 367a4cf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 367a4cf

Please sign in to comment.