When attempting to access mission control blocked jobs tab, we got the following error: ``` NoMethodError: undefined method `past?' for nil time_distance = if time.past? ^^^^^^ ``` It's because the solid_queue backend can return `nil` for blocked_until: https://github.com/rails/mission_control-jobs/blob/58893d968189b494170f558ade76514804eb33ca/lib/active_job/queue_adapters/solid_queue_ext.rb#L105