Weโve moved to Bluesky ๐ @jobrunr.bsky.social
An easy way to perform background #job#processing in #java. Distributed and backed by persistent storage.
Your AI assistant inventing JobRunr methods that don't exist? ๐ค
We shipped the fix: an MCP server giving Claude / Cursor / Copilot live access to every page of our docs. No more hallucinated APIs.
https://t.co/Jcqij8txIB
#Java#SpringBoot#MCP#AI#opensource
Running background jobs on Grails? Two gotchas:
๐ชค GORM owns the DataSource, JobRunr's auto-config cannot find it
๐ชค Groovy closures โ Java SAM lambdas
New guide: both fixed, plus a full demo.
https://t.co/22BxXuv92X
#Grails#Groovy#Java#opensource
JobRunr + Grails just got a solid official guide + working sample app:
https://t.co/XLqAuYkjXv
https://t.co/2P1wVc1r4T
Quartz has been the default for years (it stalled ~2021 then revived recently), so many teams still stick with it.
JobRunr is an excellent modern option.
No exception. No alert. Just silence. ๐ถ
That's how distributed Java systems hide their worst bugs. The AxonIQ team wrote a guest post on our blog about killing them off with deadline management.
https://t.co/Beke8p3JiA
#Java#SpringBoot#opensource#Axon
๐ฐ @InfoQ wrote about ClawRunr (the project we still call JavaClaw).
Open-source Java AI agent. Java 25, Spring Boot 4, Spring AI, JobRunr. Runs on your hardware. Scheduling, retries, monitoring built in.
https://t.co/gMdloC1awW
#Java#SpringBoot#SpringAI#opensource
Coming from .NET? Looking for Hangfire in Java? Meet JobRunr.
Same API. Same concepts: fire-and-forget, delayed, recurring jobs.
Plus 8 databases, Spring Boot/Quarkus/Micronaut, carbon-aware scheduling ๐ฑ
https://t.co/dSMgtLw1X7
#Java#dotNET#SpringBoot#opensource
@transactional Running JobRunr in production soon and stuck on something else?
Drop your question below ๐
Curious about Pro? https://t.co/wCfDB6pRY2
#Java#SpringBoot#opensource
4/ Do I actually need JobRunr Pro? (30 convos)
OSS covers the 80% case.
Pro kicks in for job chaining, batches, priority queues, real-time scheduling, @Transactional, or 100+ recurring jobs.
Enterprise adds SSO and multi-cluster.
#Java#opensource
โ At JCon Europe? Grab one of our coffee mugs!
After Voxxed Days, we are sponsoring the cups at JCON2026 too. Less waste, better coffee. ๐ฑ
Ronald already spoke this morning on Green AI with JobRunr. Come say hi at the hallway track, we brought extra stickers! ๐
#JCON2026 #Java #carbonaware
Interactive demo of JobRunr & JobRunr Pro ๐ฆ
21 steps to build a neobank backend - retries, batches, rate limiting & more.
3-5 min per step.
๐
https://t.co/4uDmfCYdKO
#Java#SpringBoot#opensource#JobRunr
What makes background jobs so hard to observe?
- No request context across async boundaries
- Delayed execution breaks correlation
- Retries mask systemic issues
- Logical failures don't throw exceptions
SLF4J MDC, Micrometer, OpenTelemetry - and how JobRunr handles it natively.
#Java #SpringBoot #opensource #observability
Background jobs fail silently. No spinner. No error page. Just an angry support ticket the next morning. ๐
New on the blog: logs, metrics, and traces for Java background jobs.
https://t.co/5IYegI3SIJ
Coming from .NET? Looking for Hangfire in Java?
Hangfire was a huge inspiration when creating JobRunr. Same API, same concepts. Fire-and-forget, delayed, recurring.
8 databases, Spring Boot/Quarkus/Micronaut, carbon-aware scheduling.
๐
https://t.co/dSMgtLw1X7
#Java#dotNET