Skip to content

Commit

Permalink
Unschedule job for creating standup meetings (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshDevHub authored Feb 14, 2024
1 parent 06c9b49 commit 03489c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/initializers/scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
PairRequests::AutoExpireWorker.perform_async
end

# NOTE: job unscheduled until storage issues are resolved
# This does a longer look ahead to account for failures and ensure nothing is missed.
s.every '15m' do
StandupMeetingGroups::DetermineMissingStandupMeetingsWorker.perform_async(0, 60)
end
# s.every '15m' do
# StandupMeetingGroups::DetermineMissingStandupMeetingsWorker.perform_async(0, 60)
# end

s.every '24h' do
StandupMeetings::AutoMissedMeetingWorker.perform_async
Expand Down

0 comments on commit 03489c8

Please sign in to comment.