bsw@1248: ScheduledNotificationToSend = mondelefant.new_class() bsw@1248: ScheduledNotificationToSend.table = 'scheduled_notification_to_send' bsw@1248: bsw@1248: function ScheduledNotificationToSend:get_next() bsw@1248: return self:new_selector() bsw@1248: :add_order_by("pending DESC") bsw@1252: :add_order_by("random()") bsw@1248: :limit(1) bsw@1248: :optional_object_mode() bsw@1248: :exec() bsw@1248: end