JobRunr
banner
jobrunr.bsky.social
JobRunr
@jobrunr.bsky.social
220 followers 1.1K following 43 posts
An easy way to perform background #job #processing in #java. Distributed and backed by persistent storage. Open-source and free for commercial use.
Posts Media Videos Starter Packs
The JobRunr dashboard is great for standard metrics and failed jobs.

But what if you want to go deeper? 📊

Our new guide shows how to feed job counts, server stats, and Pro job timings right into Prometheus or CloudWatch.

www.jobrunr.io/en/guides/ad...

#Java #Observability #Monitoring
Observability: Enabling JobRunr Metrics
Follow this guide to expose and integrate different JobRunr-specific metrics into your observability platform.
www.jobrunr.io
Rafael Ponte called JobRunr "probably the best distributed job scheduled library for java" during his talk at JavaZone.

Thank you for the mention Rafael. His full talk on Messaging With PostgreSQL is a must-watch for any Java dev. We will link it in the comments.

#Java #JobRunr #JavaZone #OSS
Tired of background job config bloat?

Heavyweight framework for complex ETL, or lightweight library for everyday async tasks? Which one are you choosing? 🤔

We wrote a full comparison:
jobrunr.io/en/blog/spri...

#Java #SpringBoot #JobRunr #SpringBatch #BackgroundJobs #OSS
JobRunr v8.1.0 is out.

Key updates:
• @AsyncJob annotation now supports Quarkus & Micronaut.
• The Pro dashboard can now be embedded in Quarkus & Micronaut apps.
• Official JDK 25 support.

Code examples and release notes:
www.jobrunr.io/en/blog/jobr...

#Java #Quarkus #Micronaut #OpenSource
JobRunr & JobRunr Pro v8.1.0
Async Jobs for Quarkus & Micronaut, Embedded Dashboards, bugfixes, and JDK 25 Support.
www.jobrunr.io
Developers, where do you find your news?

We want to post JobRunr updates where you'll actually see them.

Drop your favorite sources (Bluesky, X, Reddit, LinkedIn, Github,...) in a reply 👇

#Java #Opensource
🎉 Congrats to the Java team on shipping JDK 25!

We're happy to say: JobRunr is JDK 25 ready

Massive thanks to everyone who made this release happen.
Your work powers projects all over the world, including ours.

Got a favorite JEP? Want to see one show up in JobRunr?

#Java25 #JDK25 #OSS
JobRunr just got featured on @infoq.com

The article talks about what’s new in JobRunr v8, and also a includes a interview with our founder @rdehuyss.bsky.social

Read the article here: www.infoq.com/news/2025/08...

#java #oss #infoq #greensoftware
www.infoq.com
🌐 Deploying JobRunr on Kubernetes?
You’re not alone, this was the third most-asked topic in our chatbot this week.

Tried our chatbot yet? It’s free and trained on all our documentaton and guides 👇
(jobrunr.io)

#Kubernetes #DevOps #JavaDev #JobRunr #BackgroundJobs
🚀 120+ developer questions. One helpful chatbot.

This week, we collected the most-asked questions about JobRunr, and turned them into short, visual explainers.

#Java #SpringBoot #JobScheduling #JobRunr
🌿 Want to run your Java job greener?

Just give it some margin.

With JobRunr, you can define a time window - like 2PM to 8PM - and it’ll pick the lowest carbon hour within that range.

Simple code, real impact.

#Java #CarbonAware #JobRunr
🧠 Got a JobRunr question?

Skip the docs, skip the scroll, just ask our new DocsGPT chatbot.

Trained on everything we’ve written, guides, docs, examples. it’s the fastest way to get unstuck with JobRunr.

It’s live at the bottom of every page in our docs.

#java #oss #docs #chatbot
🌱 See when your Java job runs greenest

JobRunr now shows:

– Pending state while it picks the best low-carbon time
– Exact time selected (like 2PM 🇧🇪 in example below)
– 📊 A graph of the carbon intensity forecast for your region

#Java #CarbonAware #DevTools #Sustainability #JobRunr
🌍 Running Java jobs when energy is cleanest?

With JobRunr’s Carbon Aware Jobs, you can schedule recurring tasks based on real-time CO2 forecasts.

Just add your region code (like "BE") — and let JobRunr pick the greenest time to run your job.

Smarter scheduling, zero extra infra.

#Java
🚀 We’re live on Reddit!
We’re hosting an AMA about JobRunr v8, carbon-aware scheduling, and scaling background jobs in Java.
Come ask us anything 👉 /r/IAmA
#JobRunr #Java #AMA #Reddit
🚀 JobRunr v8 is live. It’s greener and faster. 🌿

Carbon Aware Jobs run when the grid is cleaner.

Multi-Cluster Dashboard, SmartQueue, K8s Autoscaling — all built to scale smarter and waste less.

Helping devs run jobs better with less hassle.

Read more: www.jobrunr.io/en/blog/v8-r...

#Java
💡 JobRunr Tip!

When scheduling a background job:
❌ Don’t pass full entities
✅ Pass just the ID (UUID)

Why?
• Smaller job payloads
• Less serialization overhead
• Hibernate loads it correctly in context
• Fewer bugs, more speed 🚀

#Java #CodeTips #OSS
🌍 Coming in JobRunr v8: carbon-aware job scheduling

Got a job that isn’t time-critical? JobRunr will pick the greenest time overnight to run it, minimizing carbon emissions.

Perfect for things like LLM training & RAG updates that don’t need to run right now.

#Java #LLM #OSS
🚀 JobRunr v8 is now in beta, want to try it early?

Why it’s worth testing:
• SmartQueue = faster throughput
• Carbon Aware Jobs = greener execution
• Autoscaling + multi-cluster dashboard
• Cleaner handling of failed jobs

🔗 Join the beta:
Beta test JobRunr v8
This is a step by step migration guide to move from JobRunr v7 to JobRunr v8.
www.jobrunr.io
"How does JobRunr stay relevant with AWS Lambda & serverless everywhere?"

Ronald nailed it:

💬 "Cloud is great—but expensive. JobRunr runs anywhere: local, k8s, serverless… no extra infra, just drop it in."

➡️ Cloud when you want it - not because you're forced to.

#java #OSS #Cloud
🧵 Message Queue vs. Job Scheduler, what’s the real difference?

Queues = event-driven, great for microservices & decoupling
Schedulers = time-aware, perfect for “run this 3 days from now”

Tried delaying an email with just Kafka? 😅 Yeah, it gets messy.

www.jobrunr.io/en/blog/mess...
What's the Difference Between Message Queues and Job Schedulers?
Ever found yourself wondering whether you need a message queue or a job scheduler? It’s a common crossroads for developers. This post explains the difference.
www.jobrunr.io
🧩 What is JobRunr?

At CoffeeJUG, Ronald gave the perfect TL;DR:

✅ Java 8 lambda for background jobs
✅ Distributed & cloud-native
✅ Works with your SQL or NoSQL
✅ Built-in retries & dashboard
✅ Integrates with Spring Boot, Micronaut, Quarkus

📺 Catch the full talk replay on YouTube:
bit.ly/3ZuoR3L