Skip to content

Commit df6f11a

Browse files
Nicholas D'hondtNicholas D'hondt
Nicholas D'hondt
authored and
Nicholas D'hondt
committed
Hide social sharing image in blogpost so it's taken as og-image
1 parent 7b4d491 commit df6f11a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/en/blog/2023-02-13-java-scheduler.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,10 @@ jobScheduler.scheduleRecurrently(Cron.daily(), () -> myService.doWork());
157157
JobRunr is probably the best choice for a scheduler in any Java project.
158158
With its modern features and simple API, you can quickly and easily create one-off jobs, schedule jobs to run at a specific time or after a specific interval.
159159

160-
JobRunr's enterprise-grade capabilities ensure reliability, security, and support for large-scale production deployments, making it the ideal choice for any Java scheduling needs. And, it also comes with great support if you take a [JobRunr Pro license]({{< ref "/pricing.md" >}}).
160+
JobRunr's enterprise-grade capabilities ensure reliability, security, and support for large-scale production deployments, making it the ideal choice for any Java scheduling needs. And, it also comes with great support if you take a [JobRunr Pro license]({{< ref "/pricing.md" >}}).
161+
162+
<div style="display:none;>
163+
164+
![](/blog//meme-job-schedueler.webp "Overview of JobRunr Architecture to run RAG workflows")
165+
166+
</div>

0 commit comments

Comments
 (0)