app/views/index.erb in sidekiq-merger-0.0.11 vs app/views/index.erb in sidekiq-merger-0.0.12
- old
+ new
@@ -1,10 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
+ <title>Sidekiq Merger</title>
+ <meta name="description" content="Merge sidekiq jobs occurring before the execution times. Inspired by sidekiq-grouping.">
</head>
<body>
<header class="navbar">
<div class="container">
<h1>Sidekiq Merger</h1>
@@ -19,10 +21,10 @@
</div>
<% end %>
<p class="lead">
Click the `perform_in` buttons to create or merge tasks until the execution time (in 60s).<br>
Click the `perform_async` buttons to execute a single task.<br><br>
- Open <a href="/sidekiq/merges?poll=true" target="_blank">sidekiq console</a> to check what happens.
+ Open <a href="<%= "/sidekiq/merges?queue=#{@queue}" %>" target="_blank">sidekiq console</a> to check what happens.
</p>
<div>
<h2>SomeWorker</h2>
<p>
<code>sidekiq_options merger: { unique: false }</code>