sidekiq-undertaker 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/.codeclimate.yml +9 -2
 - data/.gitignore +1 -0
 - data/.rubocop.yml +0 -1
 - data/.rubocop_codeclimate.yml +5 -0
 - data/.rubocop_todo.yml +1 -1
 - data/.travis.yml +9 -6
 - data/lib/sidekiq/undertaker/version.rb +1 -1
 - data/lib/sidekiq/undertaker/web_extension/api_helpers.rb +5 -1
 - data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_all_failures_and_errors/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv5.approved.txt +4 -1
 - data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_all_failures_and_errors/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +4 -1
 - data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv5.approved.txt +4 -1
 - data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +4 -1
 - data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/with_pagination/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv5.approved.txt +1303 -0
 - data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/with_pagination/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +1304 -0
 - data/spec/sidekiq/undertaker/dead_jobs_spec.rb +1 -1
 - data/spec/sidekiq/undertaker/job_filter_spec.rb +1 -0
 - data/spec/sidekiq/undertaker/web_extension_spec.rb +11 -1
 - data/web/views/morgue.erb +3 -5
 - metadata +49 -45
 
| 
         @@ -0,0 +1,1304 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <!doctype html>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <html dir="ltr">
         
     | 
| 
      
 3 
     | 
    
         
            +
              <head>
         
     | 
| 
      
 4 
     | 
    
         
            +
                <title>[TEST] Sidekiq</title>
         
     | 
| 
      
 5 
     | 
    
         
            +
                <meta charset="utf-8" />
         
     | 
| 
      
 6 
     | 
    
         
            +
                <meta name="viewport" content="width=device-width,initial-scale=1.0" />
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
                <link href="/sidekiq/stylesheets/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
         
     | 
| 
      
 9 
     | 
    
         
            +
                
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
                <link href="/sidekiq/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
         
     | 
| 
      
 12 
     | 
    
         
            +
                <link href="/sidekiq/stylesheets/application-dark.css" media="screen" rel="stylesheet" type="text/css" />
         
     | 
| 
      
 13 
     | 
    
         
            +
                
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
                <link rel="shortcut icon" type="image/ico" href="/sidekiq/images/favicon.ico" />
         
     | 
| 
      
 16 
     | 
    
         
            +
                <script type="text/javascript" src="/sidekiq/javascripts/application.js"></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                <meta name="google" content="notranslate" />
         
     | 
| 
      
 18 
     | 
    
         
            +
                
         
     | 
| 
      
 19 
     | 
    
         
            +
              </head>
         
     | 
| 
      
 20 
     | 
    
         
            +
              <body class="admin" data-poll-path="" data-locale="en">
         
     | 
| 
      
 21 
     | 
    
         
            +
                <div class="navbar navbar-default navbar-fixed-top">
         
     | 
| 
      
 22 
     | 
    
         
            +
              <div class="container-fluid">
         
     | 
| 
      
 23 
     | 
    
         
            +
                <div class="navbar-header" data-navbar="static">
         
     | 
| 
      
 24 
     | 
    
         
            +
                  <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-menu">
         
     | 
| 
      
 25 
     | 
    
         
            +
                    <span class="icon-bar"></span>
         
     | 
| 
      
 26 
     | 
    
         
            +
                    <span class="icon-bar"></span>
         
     | 
| 
      
 27 
     | 
    
         
            +
                    <span class="icon-bar"></span>
         
     | 
| 
      
 28 
     | 
    
         
            +
                  </button>
         
     | 
| 
      
 29 
     | 
    
         
            +
                  <div class="navbar-toggle collapsed navbar-livereload">
         
     | 
| 
      
 30 
     | 
    
         
            +
                    
         
     | 
| 
      
 31 
     | 
    
         
            +
              
         
     | 
| 
      
 32 
     | 
    
         
            +
                <a id="live-poll" class="btn btn-primary" href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?poll=true">Live Poll</a>
         
     | 
| 
      
 33 
     | 
    
         
            +
              
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
                    
         
     | 
| 
      
 37 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 38 
     | 
    
         
            +
                  <a class="navbar-brand" href="/sidekiq/">
         
     | 
| 
      
 39 
     | 
    
         
            +
                    Sidekiq
         
     | 
| 
      
 40 
     | 
    
         
            +
                    <span class="status">
         
     | 
| 
      
 41 
     | 
    
         
            +
              <i class="status-sprite status-idle"></i>
         
     | 
| 
      
 42 
     | 
    
         
            +
              idle
         
     | 
| 
      
 43 
     | 
    
         
            +
            </span>
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
                  </a>
         
     | 
| 
      
 46 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
                <div class="collapse navbar-collapse" id="navbar-menu">
         
     | 
| 
      
 49 
     | 
    
         
            +
                  <ul class="nav navbar-nav" data-navbar="static">
         
     | 
| 
      
 50 
     | 
    
         
            +
                    
         
     | 
| 
      
 51 
     | 
    
         
            +
                      
         
     | 
| 
      
 52 
     | 
    
         
            +
                        <li class="">
         
     | 
| 
      
 53 
     | 
    
         
            +
                        <a href="/sidekiq/">Dashboard</a>
         
     | 
| 
      
 54 
     | 
    
         
            +
                        </li>
         
     | 
| 
      
 55 
     | 
    
         
            +
                      
         
     | 
| 
      
 56 
     | 
    
         
            +
                    
         
     | 
| 
      
 57 
     | 
    
         
            +
                      
         
     | 
| 
      
 58 
     | 
    
         
            +
                        <li class="">
         
     | 
| 
      
 59 
     | 
    
         
            +
                        <a href="/sidekiq/busy">Busy</a>
         
     | 
| 
      
 60 
     | 
    
         
            +
                        </li>
         
     | 
| 
      
 61 
     | 
    
         
            +
                      
         
     | 
| 
      
 62 
     | 
    
         
            +
                    
         
     | 
| 
      
 63 
     | 
    
         
            +
                      
         
     | 
| 
      
 64 
     | 
    
         
            +
                        <li class="">
         
     | 
| 
      
 65 
     | 
    
         
            +
                        <a href="/sidekiq/queues">Queues</a>
         
     | 
| 
      
 66 
     | 
    
         
            +
                        </li>
         
     | 
| 
      
 67 
     | 
    
         
            +
                      
         
     | 
| 
      
 68 
     | 
    
         
            +
                    
         
     | 
| 
      
 69 
     | 
    
         
            +
                      
         
     | 
| 
      
 70 
     | 
    
         
            +
                        <li class="">
         
     | 
| 
      
 71 
     | 
    
         
            +
                        <a href="/sidekiq/retries">Retries</a>
         
     | 
| 
      
 72 
     | 
    
         
            +
                        </li>
         
     | 
| 
      
 73 
     | 
    
         
            +
                      
         
     | 
| 
      
 74 
     | 
    
         
            +
                    
         
     | 
| 
      
 75 
     | 
    
         
            +
                      
         
     | 
| 
      
 76 
     | 
    
         
            +
                        <li class="">
         
     | 
| 
      
 77 
     | 
    
         
            +
                        <a href="/sidekiq/scheduled">Scheduled</a>
         
     | 
| 
      
 78 
     | 
    
         
            +
                        </li>
         
     | 
| 
      
 79 
     | 
    
         
            +
                      
         
     | 
| 
      
 80 
     | 
    
         
            +
                    
         
     | 
| 
      
 81 
     | 
    
         
            +
                      
         
     | 
| 
      
 82 
     | 
    
         
            +
                        <li class="">
         
     | 
| 
      
 83 
     | 
    
         
            +
                        <a href="/sidekiq/morgue">Dead</a>
         
     | 
| 
      
 84 
     | 
    
         
            +
                        </li>
         
     | 
| 
      
 85 
     | 
    
         
            +
                      
         
     | 
| 
      
 86 
     | 
    
         
            +
                    
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
                    
         
     | 
| 
      
 89 
     | 
    
         
            +
                      <li class="" data-navbar="custom-tab">
         
     | 
| 
      
 90 
     | 
    
         
            +
                        <a href="/sidekiq/undertaker/filter">Undertaker</a>
         
     | 
| 
      
 91 
     | 
    
         
            +
                      </li>
         
     | 
| 
      
 92 
     | 
    
         
            +
                    
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
                    <li class="navbar-livereload">
         
     | 
| 
      
 95 
     | 
    
         
            +
                      <div class="poll-wrapper">
         
     | 
| 
      
 96 
     | 
    
         
            +
                        
         
     | 
| 
      
 97 
     | 
    
         
            +
              
         
     | 
| 
      
 98 
     | 
    
         
            +
                <a id="live-poll" class="btn btn-primary" href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?poll=true">Live Poll</a>
         
     | 
| 
      
 99 
     | 
    
         
            +
              
         
     | 
| 
      
 100 
     | 
    
         
            +
             
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
                        
         
     | 
| 
      
 103 
     | 
    
         
            +
                      </div>
         
     | 
| 
      
 104 
     | 
    
         
            +
                    </li>
         
     | 
| 
      
 105 
     | 
    
         
            +
                  </ul>
         
     | 
| 
      
 106 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 107 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 108 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 109 
     | 
    
         
            +
             
     | 
| 
      
 110 
     | 
    
         
            +
                <div id="page">
         
     | 
| 
      
 111 
     | 
    
         
            +
                  <div class="container">
         
     | 
| 
      
 112 
     | 
    
         
            +
                    <div class="row">
         
     | 
| 
      
 113 
     | 
    
         
            +
                      <div class="col-sm-12 summary_bar">
         
     | 
| 
      
 114 
     | 
    
         
            +
                        <ul class="list-unstyled summary row">
         
     | 
| 
      
 115 
     | 
    
         
            +
              <li class="processed col-sm-1">
         
     | 
| 
      
 116 
     | 
    
         
            +
                <span class="count">0</span>
         
     | 
| 
      
 117 
     | 
    
         
            +
                <span class="desc">Processed</span>
         
     | 
| 
      
 118 
     | 
    
         
            +
              </li>
         
     | 
| 
      
 119 
     | 
    
         
            +
              <li class="failed col-sm-1">
         
     | 
| 
      
 120 
     | 
    
         
            +
                <span class="count">0</span>
         
     | 
| 
      
 121 
     | 
    
         
            +
                <span class="desc">Failed</span>
         
     | 
| 
      
 122 
     | 
    
         
            +
              </li>
         
     | 
| 
      
 123 
     | 
    
         
            +
              <li class="busy col-sm-1">
         
     | 
| 
      
 124 
     | 
    
         
            +
                <a href="/sidekiq/busy">
         
     | 
| 
      
 125 
     | 
    
         
            +
                  <span class="count">0</span>
         
     | 
| 
      
 126 
     | 
    
         
            +
                  <span class="desc">Busy</span>
         
     | 
| 
      
 127 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 128 
     | 
    
         
            +
              </li>
         
     | 
| 
      
 129 
     | 
    
         
            +
              <li class="enqueued col-sm-1">
         
     | 
| 
      
 130 
     | 
    
         
            +
                <a href="/sidekiq/queues">
         
     | 
| 
      
 131 
     | 
    
         
            +
                  <span class="count">0</span>
         
     | 
| 
      
 132 
     | 
    
         
            +
                  <span class="desc">Enqueued</span>
         
     | 
| 
      
 133 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 134 
     | 
    
         
            +
              </li>
         
     | 
| 
      
 135 
     | 
    
         
            +
              <li class="retries col-sm-1">
         
     | 
| 
      
 136 
     | 
    
         
            +
                <a href="/sidekiq/retries">
         
     | 
| 
      
 137 
     | 
    
         
            +
                  <span class="count">0</span>
         
     | 
| 
      
 138 
     | 
    
         
            +
                  <span class="desc">Retries</span>
         
     | 
| 
      
 139 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 140 
     | 
    
         
            +
              </li>
         
     | 
| 
      
 141 
     | 
    
         
            +
              <li class="scheduled col-sm-1">
         
     | 
| 
      
 142 
     | 
    
         
            +
                <a href="/sidekiq/scheduled">
         
     | 
| 
      
 143 
     | 
    
         
            +
                  <span class="count">0</span>
         
     | 
| 
      
 144 
     | 
    
         
            +
                  <span class="desc">Scheduled</span>
         
     | 
| 
      
 145 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 146 
     | 
    
         
            +
              </li>
         
     | 
| 
      
 147 
     | 
    
         
            +
              <li class="dead col-sm-1">
         
     | 
| 
      
 148 
     | 
    
         
            +
                <a href="/sidekiq/morgue">
         
     | 
| 
      
 149 
     | 
    
         
            +
                  <span class="count">54</span>
         
     | 
| 
      
 150 
     | 
    
         
            +
                  <span class="desc">Dead</span>
         
     | 
| 
      
 151 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 152 
     | 
    
         
            +
              </li>
         
     | 
| 
      
 153 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 154 
     | 
    
         
            +
             
     | 
| 
      
 155 
     | 
    
         
            +
                      </div>
         
     | 
| 
      
 156 
     | 
    
         
            +
             
     | 
| 
      
 157 
     | 
    
         
            +
                      <div class="col-sm-12">
         
     | 
| 
      
 158 
     | 
    
         
            +
                        <header class="row head">
         
     | 
| 
      
 159 
     | 
    
         
            +
              <div class="col-sm-12">
         
     | 
| 
      
 160 
     | 
    
         
            +
                <h3>
         
     | 
| 
      
 161 
     | 
    
         
            +
                  <b>52</b> dead jobs
         
     | 
| 
      
 162 
     | 
    
         
            +
                   of <b>HardWorker</b> class
         
     | 
| 
      
 163 
     | 
    
         
            +
                   with <b>RuntimeError</b> exception
         
     | 
| 
      
 164 
     | 
    
         
            +
                   in <b>1_hour</b> bucket
         
     | 
| 
      
 165 
     | 
    
         
            +
                </h3>
         
     | 
| 
      
 166 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 167 
     | 
    
         
            +
              <div class="col-sm-12">
         
     | 
| 
      
 168 
     | 
    
         
            +
                <div class="col-sm-4">
         
     | 
| 
      
 169 
     | 
    
         
            +
                  
         
     | 
| 
      
 170 
     | 
    
         
            +
              <ul class="pagination pull-right flip">
         
     | 
| 
      
 171 
     | 
    
         
            +
                <li class="disabled">
         
     | 
| 
      
 172 
     | 
    
         
            +
                  <a href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?page=1">«</a>
         
     | 
| 
      
 173 
     | 
    
         
            +
                </li>
         
     | 
| 
      
 174 
     | 
    
         
            +
                
         
     | 
| 
      
 175 
     | 
    
         
            +
                <li class="disabled">
         
     | 
| 
      
 176 
     | 
    
         
            +
                  <a href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?page=1">1</a>
         
     | 
| 
      
 177 
     | 
    
         
            +
                </li>
         
     | 
| 
      
 178 
     | 
    
         
            +
                
         
     | 
| 
      
 179 
     | 
    
         
            +
                  <li>
         
     | 
| 
      
 180 
     | 
    
         
            +
                    <a href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?page=2">2</a>
         
     | 
| 
      
 181 
     | 
    
         
            +
                  </li>
         
     | 
| 
      
 182 
     | 
    
         
            +
                
         
     | 
| 
      
 183 
     | 
    
         
            +
                <li class="">
         
     | 
| 
      
 184 
     | 
    
         
            +
                  <a href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?page=2">»</a>
         
     | 
| 
      
 185 
     | 
    
         
            +
                </li>
         
     | 
| 
      
 186 
     | 
    
         
            +
              </ul>
         
     | 
| 
      
 187 
     | 
    
         
            +
             
     | 
| 
      
 188 
     | 
    
         
            +
             
     | 
| 
      
 189 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 190 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 191 
     | 
    
         
            +
            </header>
         
     | 
| 
      
 192 
     | 
    
         
            +
             
     | 
| 
      
 193 
     | 
    
         
            +
             
     | 
| 
      
 194 
     | 
    
         
            +
                <form action="/sidekiq/undertaker/morgue" method="post">
         
     | 
| 
      
 195 
     | 
    
         
            +
                  <input type='hidden' name='authenticity_token' value=''/>
         
     | 
| 
      
 196 
     | 
    
         
            +
                  <table class="table table-striped table-bordered table-white">
         
     | 
| 
      
 197 
     | 
    
         
            +
                    <thead>
         
     | 
| 
      
 198 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 199 
     | 
    
         
            +
                        <th width="20px" class="table-checkbox">
         
     | 
| 
      
 200 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 201 
     | 
    
         
            +
                            <input type="checkbox" class="check_all" />
         
     | 
| 
      
 202 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 203 
     | 
    
         
            +
                        </th>
         
     | 
| 
      
 204 
     | 
    
         
            +
                        <th width="25%">Last Retry</th>
         
     | 
| 
      
 205 
     | 
    
         
            +
                        <th>Queue</th>
         
     | 
| 
      
 206 
     | 
    
         
            +
                        <th>Job</th>
         
     | 
| 
      
 207 
     | 
    
         
            +
                        <th>Arguments</th>
         
     | 
| 
      
 208 
     | 
    
         
            +
                        <th>Error</th>
         
     | 
| 
      
 209 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 210 
     | 
    
         
            +
                    </thead>
         
     | 
| 
      
 211 
     | 
    
         
            +
                    
         
     | 
| 
      
 212 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 213 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 214 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 215 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-9' />
         
     | 
| 
      
 216 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 217 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 218 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 219 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-9"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 220 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 221 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 222 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 223 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 224 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 225 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 226 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 227 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 228 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 229 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 230 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 231 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 232 
     | 
    
         
            +
                    
         
     | 
| 
      
 233 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 234 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 235 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 236 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-8' />
         
     | 
| 
      
 237 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 238 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 239 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 240 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-8"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 241 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 242 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 243 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 244 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 245 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 246 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 247 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 248 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 249 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 250 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 251 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 252 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 253 
     | 
    
         
            +
                    
         
     | 
| 
      
 254 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 255 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 256 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 257 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-7' />
         
     | 
| 
      
 258 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 259 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 260 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 261 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-7"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 262 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 263 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 264 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 265 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 266 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 267 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 268 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 269 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 270 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 271 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 272 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 273 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 274 
     | 
    
         
            +
                    
         
     | 
| 
      
 275 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 276 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 277 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 278 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-6' />
         
     | 
| 
      
 279 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 280 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 281 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 282 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-6"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 283 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 284 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 285 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 286 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 287 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 288 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 289 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 290 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 291 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 292 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 293 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 294 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 295 
     | 
    
         
            +
                    
         
     | 
| 
      
 296 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 297 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 298 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 299 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-5' />
         
     | 
| 
      
 300 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 301 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 302 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 303 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-5"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 304 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 305 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 306 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 307 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 308 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 309 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 310 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 311 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 312 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 313 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 314 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 315 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 316 
     | 
    
         
            +
                    
         
     | 
| 
      
 317 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 318 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 319 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 320 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-49' />
         
     | 
| 
      
 321 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 322 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 323 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 324 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-49"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 325 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 326 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 327 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 328 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 329 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 330 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 331 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 332 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 333 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 334 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 335 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 336 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 337 
     | 
    
         
            +
                    
         
     | 
| 
      
 338 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 339 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 340 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 341 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-48' />
         
     | 
| 
      
 342 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 343 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 344 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 345 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-48"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 346 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 347 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 348 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 349 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 350 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 351 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 352 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 353 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 354 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 355 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 356 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 357 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 358 
     | 
    
         
            +
                    
         
     | 
| 
      
 359 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 360 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 361 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 362 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-47' />
         
     | 
| 
      
 363 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 364 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 365 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 366 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-47"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 367 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 368 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 369 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 370 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 371 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 372 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 373 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 374 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 375 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 376 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 377 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 378 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 379 
     | 
    
         
            +
                    
         
     | 
| 
      
 380 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 381 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 382 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 383 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-46' />
         
     | 
| 
      
 384 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 385 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 386 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 387 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-46"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 388 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 389 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 390 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 391 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 392 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 393 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 394 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 395 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 396 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 397 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 398 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 399 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 400 
     | 
    
         
            +
                    
         
     | 
| 
      
 401 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 402 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 403 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 404 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-45' />
         
     | 
| 
      
 405 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 406 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 407 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 408 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-45"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 409 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 410 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 411 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 412 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 413 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 414 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 415 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 416 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 417 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 418 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 419 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 420 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 421 
     | 
    
         
            +
                    
         
     | 
| 
      
 422 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 423 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 424 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 425 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-4416aa76eb8cf03f56a49220' />
         
     | 
| 
      
 426 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 427 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 428 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 429 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-4416aa76eb8cf03f56a49220"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 430 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 431 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 432 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 433 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 434 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 435 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 436 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 437 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 438 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 439 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 440 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 441 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 442 
     | 
    
         
            +
                    
         
     | 
| 
      
 443 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 444 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 445 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 446 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-44' />
         
     | 
| 
      
 447 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 448 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 449 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 450 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-44"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 451 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 452 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 453 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 454 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 455 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 456 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 457 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 458 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 459 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 460 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 461 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 462 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 463 
     | 
    
         
            +
                    
         
     | 
| 
      
 464 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 465 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 466 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 467 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-43' />
         
     | 
| 
      
 468 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 469 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 470 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 471 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-43"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 472 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 473 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 474 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 475 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 476 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 477 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 478 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 479 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 480 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 481 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 482 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 483 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 484 
     | 
    
         
            +
                    
         
     | 
| 
      
 485 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 486 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 487 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 488 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-42' />
         
     | 
| 
      
 489 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 490 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 491 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 492 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-42"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 493 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 494 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 495 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 496 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 497 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 498 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 499 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 500 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 501 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 502 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 503 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 504 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 505 
     | 
    
         
            +
                    
         
     | 
| 
      
 506 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 507 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 508 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 509 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-41' />
         
     | 
| 
      
 510 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 511 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 512 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 513 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-41"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 514 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 515 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 516 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 517 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 518 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 519 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 520 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 521 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 522 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 523 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 524 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 525 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 526 
     | 
    
         
            +
                    
         
     | 
| 
      
 527 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 528 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 529 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 530 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-40' />
         
     | 
| 
      
 531 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 532 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 533 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 534 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-40"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 535 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 536 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 537 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 538 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 539 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 540 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 541 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 542 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 543 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 544 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 545 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 546 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 547 
     | 
    
         
            +
                    
         
     | 
| 
      
 548 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 549 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 550 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 551 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-4' />
         
     | 
| 
      
 552 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 553 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 554 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 555 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-4"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 556 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 557 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 558 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 559 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 560 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 561 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 562 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 563 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 564 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 565 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 566 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 567 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 568 
     | 
    
         
            +
                    
         
     | 
| 
      
 569 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 570 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 571 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 572 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-39' />
         
     | 
| 
      
 573 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 574 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 575 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 576 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-39"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 577 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 578 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 579 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 580 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 581 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 582 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 583 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 584 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 585 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 586 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 587 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 588 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 589 
     | 
    
         
            +
                    
         
     | 
| 
      
 590 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 591 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 592 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 593 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-38' />
         
     | 
| 
      
 594 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 595 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 596 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 597 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-38"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 598 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 599 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 600 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 601 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 602 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 603 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 604 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 605 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 606 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 607 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 608 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 609 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 610 
     | 
    
         
            +
                    
         
     | 
| 
      
 611 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 612 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 613 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 614 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-37' />
         
     | 
| 
      
 615 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 616 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 617 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 618 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-37"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 619 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 620 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 621 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 622 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 623 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 624 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 625 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 626 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 627 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 628 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 629 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 630 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 631 
     | 
    
         
            +
                    
         
     | 
| 
      
 632 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 633 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 634 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 635 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-36' />
         
     | 
| 
      
 636 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 637 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 638 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 639 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-36"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 640 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 641 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 642 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 643 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 644 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 645 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 646 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 647 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 648 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 649 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 650 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 651 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 652 
     | 
    
         
            +
                    
         
     | 
| 
      
 653 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 654 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 655 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 656 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-35' />
         
     | 
| 
      
 657 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 658 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 659 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 660 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-35"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 661 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 662 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 663 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 664 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 665 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 666 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 667 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 668 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 669 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 670 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 671 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 672 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 673 
     | 
    
         
            +
                    
         
     | 
| 
      
 674 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 675 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 676 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 677 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-34e79a46b1956d3a1180767b' />
         
     | 
| 
      
 678 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 679 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 680 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 681 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-34e79a46b1956d3a1180767b"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 682 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 683 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 684 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 685 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 686 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 687 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 688 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 689 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 690 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 691 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 692 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 693 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 694 
     | 
    
         
            +
                    
         
     | 
| 
      
 695 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 696 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 697 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 698 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-34' />
         
     | 
| 
      
 699 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 700 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 701 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 702 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-34"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 703 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 704 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 705 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 706 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 707 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 708 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 709 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 710 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 711 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 712 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 713 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 714 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 715 
     | 
    
         
            +
                    
         
     | 
| 
      
 716 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 717 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 718 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 719 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-33' />
         
     | 
| 
      
 720 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 721 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 722 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 723 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-33"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 724 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 725 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 726 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 727 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 728 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 729 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 730 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 731 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 732 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 733 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 734 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 735 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 736 
     | 
    
         
            +
                    
         
     | 
| 
      
 737 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 738 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 739 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 740 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-32' />
         
     | 
| 
      
 741 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 742 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 743 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 744 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-32"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 745 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 746 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 747 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 748 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 749 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 750 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 751 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 752 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 753 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 754 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 755 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 756 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 757 
     | 
    
         
            +
                    
         
     | 
| 
      
 758 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 759 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 760 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 761 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-31' />
         
     | 
| 
      
 762 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 763 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 764 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 765 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-31"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 766 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 767 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 768 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 769 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 770 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 771 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 772 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 773 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 774 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 775 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 776 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 777 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 778 
     | 
    
         
            +
                    
         
     | 
| 
      
 779 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 780 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 781 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 782 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-30' />
         
     | 
| 
      
 783 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 784 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 785 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 786 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-30"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 787 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 788 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 789 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 790 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 791 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 792 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 793 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 794 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 795 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 796 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 797 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 798 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 799 
     | 
    
         
            +
                    
         
     | 
| 
      
 800 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 801 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 802 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 803 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-3' />
         
     | 
| 
      
 804 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 805 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 806 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 807 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-3"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 808 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 809 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 810 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 811 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 812 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 813 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 814 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 815 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 816 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 817 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 818 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 819 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 820 
     | 
    
         
            +
                    
         
     | 
| 
      
 821 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 822 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 823 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 824 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-29' />
         
     | 
| 
      
 825 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 826 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 827 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 828 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-29"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 829 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 830 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 831 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 832 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 833 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 834 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 835 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 836 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 837 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 838 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 839 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 840 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 841 
     | 
    
         
            +
                    
         
     | 
| 
      
 842 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 843 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 844 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 845 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-28' />
         
     | 
| 
      
 846 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 847 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 848 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 849 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-28"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 850 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 851 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 852 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 853 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 854 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 855 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 856 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 857 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 858 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 859 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 860 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 861 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 862 
     | 
    
         
            +
                    
         
     | 
| 
      
 863 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 864 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 865 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 866 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-27' />
         
     | 
| 
      
 867 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 868 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 869 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 870 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-27"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 871 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 872 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 873 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 874 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 875 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 876 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 877 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 878 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 879 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 880 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 881 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 882 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 883 
     | 
    
         
            +
                    
         
     | 
| 
      
 884 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 885 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 886 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 887 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-26' />
         
     | 
| 
      
 888 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 889 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 890 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 891 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-26"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 892 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 893 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 894 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 895 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 896 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 897 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 898 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 899 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 900 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 901 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 902 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 903 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 904 
     | 
    
         
            +
                    
         
     | 
| 
      
 905 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 906 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 907 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 908 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-25' />
         
     | 
| 
      
 909 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 910 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 911 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 912 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-25"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 913 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 914 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 915 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 916 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 917 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 918 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 919 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 920 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 921 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 922 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 923 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 924 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 925 
     | 
    
         
            +
                    
         
     | 
| 
      
 926 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 927 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 928 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 929 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-24' />
         
     | 
| 
      
 930 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 931 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 932 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 933 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-24"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 934 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 935 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 936 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 937 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 938 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 939 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 940 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 941 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 942 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 943 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 944 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 945 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 946 
     | 
    
         
            +
                    
         
     | 
| 
      
 947 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 948 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 949 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 950 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-23' />
         
     | 
| 
      
 951 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 952 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 953 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 954 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-23"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 955 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 956 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 957 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 958 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 959 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 960 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 961 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 962 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 963 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 964 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 965 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 966 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 967 
     | 
    
         
            +
                    
         
     | 
| 
      
 968 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 969 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 970 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 971 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-22' />
         
     | 
| 
      
 972 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 973 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 974 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 975 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-22"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 976 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 977 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 978 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 979 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 980 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 981 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 982 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 983 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 984 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 985 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 986 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 987 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 988 
     | 
    
         
            +
                    
         
     | 
| 
      
 989 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 990 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 991 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 992 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-21' />
         
     | 
| 
      
 993 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 994 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 995 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 996 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-21"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 997 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 998 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 999 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1000 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1001 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1002 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1003 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1004 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1005 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1006 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1007 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1008 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1009 
     | 
    
         
            +
                    
         
     | 
| 
      
 1010 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1011 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1012 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1013 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-20' />
         
     | 
| 
      
 1014 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1015 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1016 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1017 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-20"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1018 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1019 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1020 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1021 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1022 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1023 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1024 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1025 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1026 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1027 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1028 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1029 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1030 
     | 
    
         
            +
                    
         
     | 
| 
      
 1031 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1032 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1033 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1034 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-2' />
         
     | 
| 
      
 1035 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1036 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1037 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1038 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-2"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1039 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1040 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1041 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1042 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1043 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1044 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1045 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1046 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1047 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1048 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1049 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1050 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1051 
     | 
    
         
            +
                    
         
     | 
| 
      
 1052 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1053 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1054 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1055 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-19' />
         
     | 
| 
      
 1056 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1057 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1058 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1059 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-19"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1060 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1061 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1062 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1063 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1064 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1065 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1066 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1067 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1068 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1069 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1070 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1071 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1072 
     | 
    
         
            +
                    
         
     | 
| 
      
 1073 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1074 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1075 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1076 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-18' />
         
     | 
| 
      
 1077 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1078 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1079 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1080 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-18"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1081 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1082 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1083 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1084 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1085 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1086 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1087 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1088 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1089 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1090 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1091 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1092 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1093 
     | 
    
         
            +
                    
         
     | 
| 
      
 1094 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1095 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1096 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1097 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-17' />
         
     | 
| 
      
 1098 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1099 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1100 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1101 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-17"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1102 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1103 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1104 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1105 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1106 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1107 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1108 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1109 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1110 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1111 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1112 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1113 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1114 
     | 
    
         
            +
                    
         
     | 
| 
      
 1115 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1116 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1117 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1118 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-16' />
         
     | 
| 
      
 1119 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1120 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1121 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1122 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-16"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1123 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1124 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1125 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1126 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1127 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1128 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1129 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1130 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1131 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1132 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1133 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1134 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1135 
     | 
    
         
            +
                    
         
     | 
| 
      
 1136 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1137 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1138 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1139 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-15' />
         
     | 
| 
      
 1140 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1141 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1142 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1143 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-15"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1144 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1145 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1146 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1147 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1148 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1149 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1150 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1151 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1152 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1153 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1154 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1155 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1156 
     | 
    
         
            +
                    
         
     | 
| 
      
 1157 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1158 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1159 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1160 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-14' />
         
     | 
| 
      
 1161 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1162 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1163 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1164 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-14"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1165 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1166 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1167 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1168 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1169 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1170 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1171 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1172 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1173 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1174 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1175 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1176 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1177 
     | 
    
         
            +
                    
         
     | 
| 
      
 1178 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1179 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1180 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1181 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-13' />
         
     | 
| 
      
 1182 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1183 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1184 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1185 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-13"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1186 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1187 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1188 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1189 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1190 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1191 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1192 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1193 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1194 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1195 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1196 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1197 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1198 
     | 
    
         
            +
                    
         
     | 
| 
      
 1199 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1200 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1201 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1202 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-12' />
         
     | 
| 
      
 1203 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1204 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1205 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1206 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-12"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1207 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1208 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1209 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1210 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1211 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1212 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1213 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1214 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1215 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1216 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1217 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1218 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1219 
     | 
    
         
            +
                    
         
     | 
| 
      
 1220 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1221 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1222 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1223 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-11' />
         
     | 
| 
      
 1224 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1225 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1226 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1227 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-11"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1228 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1229 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1230 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1231 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1232 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1233 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1234 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1235 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1236 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1237 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1238 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1239 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1240 
     | 
    
         
            +
                    
         
     | 
| 
      
 1241 
     | 
    
         
            +
                      <tr>
         
     | 
| 
      
 1242 
     | 
    
         
            +
                        <td class="table-checkbox">
         
     | 
| 
      
 1243 
     | 
    
         
            +
                          <label>
         
     | 
| 
      
 1244 
     | 
    
         
            +
                            <input type='checkbox' name='key[]' value='1544993820.0-10' />
         
     | 
| 
      
 1245 
     | 
    
         
            +
                          </label>
         
     | 
| 
      
 1246 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1247 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1248 
     | 
    
         
            +
                          <a href="/sidekiq/morgue/1544993820.0-10"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
         
     | 
| 
      
 1249 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1250 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1251 
     | 
    
         
            +
                          <a href="/sidekiq/queues/foo">foo</a>
         
     | 
| 
      
 1252 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1253 
     | 
    
         
            +
                        <td>HardWorker</td>
         
     | 
| 
      
 1254 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1255 
     | 
    
         
            +
                          <div class="args">"asdf", 1234</div>
         
     | 
| 
      
 1256 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1257 
     | 
    
         
            +
                        <td>
         
     | 
| 
      
 1258 
     | 
    
         
            +
                          <div>RuntimeError: Some fake message</div>
         
     | 
| 
      
 1259 
     | 
    
         
            +
                        </td>
         
     | 
| 
      
 1260 
     | 
    
         
            +
                      </tr>
         
     | 
| 
      
 1261 
     | 
    
         
            +
                    
         
     | 
| 
      
 1262 
     | 
    
         
            +
                  </table>
         
     | 
| 
      
 1263 
     | 
    
         
            +
                  <input class="btn btn-primary btn-xs pull-left" type="submit" name="retry" value="Revive" />
         
     | 
| 
      
 1264 
     | 
    
         
            +
                  <input class="btn btn-danger btn-xs pull-left" type="submit" name="delete" value="Bury" />
         
     | 
| 
      
 1265 
     | 
    
         
            +
                </form>
         
     | 
| 
      
 1266 
     | 
    
         
            +
             
     | 
| 
      
 1267 
     | 
    
         
            +
                <form action="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour/delete" method="post">
         
     | 
| 
      
 1268 
     | 
    
         
            +
                  <input type='hidden' name='authenticity_token' value=''/>
         
     | 
| 
      
 1269 
     | 
    
         
            +
                  <input class="btn btn-danger btn-xs pull-right" type="submit" name="delete" value="Bury All" data-confirm="Are you sure?" />
         
     | 
| 
      
 1270 
     | 
    
         
            +
                </form>
         
     | 
| 
      
 1271 
     | 
    
         
            +
             
     | 
| 
      
 1272 
     | 
    
         
            +
                <form action="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour/retry" method="post">
         
     | 
| 
      
 1273 
     | 
    
         
            +
                  <input type='hidden' name='authenticity_token' value=''/>
         
     | 
| 
      
 1274 
     | 
    
         
            +
                  <input class="btn btn-danger btn-xs pull-right" type="submit" name="retry" value="Revive All" data-confirm="Are you sure?" />
         
     | 
| 
      
 1275 
     | 
    
         
            +
                </form>
         
     | 
| 
      
 1276 
     | 
    
         
            +
             
     | 
| 
      
 1277 
     | 
    
         
            +
             
     | 
| 
      
 1278 
     | 
    
         
            +
                      </div>
         
     | 
| 
      
 1279 
     | 
    
         
            +
                    </div>
         
     | 
| 
      
 1280 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 1281 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 1282 
     | 
    
         
            +
                <div class="navbar navbar-fixed-bottom navbar-inverse ltr">
         
     | 
| 
      
 1283 
     | 
    
         
            +
              <div class="navbar-inner">
         
     | 
| 
      
 1284 
     | 
    
         
            +
                <div class="container text-center">
         
     | 
| 
      
 1285 
     | 
    
         
            +
                    <ul class="nav">
         
     | 
| 
      
 1286 
     | 
    
         
            +
                      <li>
         
     | 
| 
      
 1287 
     | 
    
         
            +
                        <p class="navbar-text product-version">Sidekiq v*EXCLUDED*</p>
         
     | 
| 
      
 1288 
     | 
    
         
            +
                      </li>
         
     | 
| 
      
 1289 
     | 
    
         
            +
                      <li>
         
     | 
| 
      
 1290 
     | 
    
         
            +
                        <p class="navbar-text redis-url" title="redis://127.0.0.1:6379/0">redis://127.0.0.1:6379/0</p>
         
     | 
| 
      
 1291 
     | 
    
         
            +
                      </li>
         
     | 
| 
      
 1292 
     | 
    
         
            +
                      <li>
         
     | 
| 
      
 1293 
     | 
    
         
            +
                        <p class="navbar-text server-utc-time">20:57:00 UTC</p>
         
     | 
| 
      
 1294 
     | 
    
         
            +
                      </li>
         
     | 
| 
      
 1295 
     | 
    
         
            +
                      <li>
         
     | 
| 
      
 1296 
     | 
    
         
            +
                        <p class="navbar-text"><a style="color: gray;" href="https://github.com/mperham/sidekiq/wiki">docs</a></p>
         
     | 
| 
      
 1297 
     | 
    
         
            +
                      </li>
         
     | 
| 
      
 1298 
     | 
    
         
            +
                    </ul>
         
     | 
| 
      
 1299 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 1300 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 1301 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 1302 
     | 
    
         
            +
             
     | 
| 
      
 1303 
     | 
    
         
            +
              </body>
         
     | 
| 
      
 1304 
     | 
    
         
            +
            </html>
         
     |