Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
Donata Petkeviciute committed Apr 18, 2024
1 parent 30327f2 commit 7ed0793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions en/blog/2024-04-09-jobrunr-and-jobrunr-pro-v7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ <h3 id="breaking-changes">Breaking changes</h3>
<li><code>JobContext.getSignature()</code> has been renamed to <code>JobContext.getJobSignature()</code></li>
<li><code>JobDashboardProgressBar.setValue(...)</code> has been renamed to <code>JobDashboardProgressBar.setProgress(long succeededAmount)</code></li>
<li>Overall <code>BatchJob</code>s logic has been rewritten, make sure <code>MigrateFromV6toV7Task</code> is run</li>
<li>Dynamic queues configuration has been changed in Spring, Quarkus and Micronaut: <code>dynamic-queues.type</code> has been removed, instead the type is now part of the dynamic queues property keys, e.g., <code>org.jobrunr.jobs.dynamic-queue.round-robin.label-prefix</code> (please adapt to your framework)</li>
</ul>
<p>If you are a JobRunr OSS user and you are interested in JobRunr Pro, you can find all the pricing information <a href="https://www.jobrunr.io/en/pricing/">here</a>.</p>
<h2 id="oss-version">OSS version:</h2>
Expand Down
4 changes: 2 additions & 2 deletions en/documentation/pro/dynamic-queues/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,8 @@ <h6 id="round-robin-dynamic-queues">Round Robin Dynamic Queues</h6>
<p><em>Configuring Round Robin Dynamic Queues by means of Spring Boot Properties</em>:<br/>
You can also enable the round robin dynamic queues easily via Spring properties:</p>
<figure>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-java" data-lang="java"><span style="display:flex;"><span>org.<span style="color:#a6e22e">jobrunr</span>.<span style="color:#a6e22e">jobs</span>.<span style="color:#a6e22e">dynamic</span><span style="color:#f92672">-</span>queues.<span style="color:#a6e22e">type</span><span style="color:#f92672">=</span>round<span style="color:#f92672">-</span>robin
</span></span><span style="display:flex;"><span>org.<span style="color:#a6e22e">jobrunr</span>.<span style="color:#a6e22e">jobs</span>.<span style="color:#a6e22e">dynamic</span><span style="color:#f92672">-</span>queues.<span style="color:#a6e22e">label</span><span style="color:#f92672">-</span>prefix<span style="color:#f92672">=</span>tenant:
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-java" data-lang="java"><span style="display:flex;"><span>org.<span style="color:#a6e22e">jobrunr</span>.<span style="color:#a6e22e">jobs</span>.<span style="color:#a6e22e">dynamic</span><span style="color:#f92672">-</span>queue.<span style="color:#a6e22e">round</span><span style="color:#f92672">-</span>robin.<span style="color:#a6e22e">label</span><span style="color:#f92672">-</span>prefix<span style="color:#f92672">=</span>tenant:
</span></span><span style="display:flex;"><span>org.<span style="color:#a6e22e">jobrunr</span>.<span style="color:#a6e22e">jobs</span>.<span style="color:#a6e22e">dynamic</span><span style="color:#f92672">-</span>queue.<span style="color:#a6e22e">round</span><span style="color:#f92672">-</span>robin.<span style="color:#a6e22e">title</span><span style="color:#f92672">=</span>Tenants
</span></span></code></pre></div></figure>
<h6 id="weighted-round-robin-dynamic-queues">Weighted Round Robin Dynamic Queues</h6>
<p><em>Configuring Weighted Round Robin Dynamic Queues by means of the Fluent API</em>:<br/>
Expand Down

0 comments on commit 7ed0793

Please sign in to comment.