Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
aboutbits
/
spring-boot-email-service
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
make the scheduled attachment cleanup multi pod save
- #13
#13
Merged
J0nasMayr
merged 16 commits into
main
aboutbits/spring-boot-email-service:main
from
make-cleanup-scheduler-multi-pod-save
aboutbits/spring-boot-email-service:make-cleanup-scheduler-multi-pod-save
Copy head branch name to clipboard
Aug 20, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
make the scheduled attachment cleanup multi pod save
#13
J0nasMayr
merged 16 commits into
main
aboutbits/spring-boot-email-service:main
from
make-cleanup-scheduler-multi-pod-save
aboutbits/spring-boot-email-service:make-cleanup-scheduler-multi-pod-save
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2026
first draft for concurrency using an approach at the database level
J0nasMayr
committed
15c22d4
View commit details
Copy full SHA for 15c22d4
Browse repository at this point
Commits on Aug 14, 2026
Revert "first draft for concurrency using an approach at the database level"
Show description for cc401e8
J0nasMayr
committed
cc401e8
View commit details
Copy full SHA for cc401e8
Browse repository at this point
refactor Email entity by embedding EmailContent and adding new fields
J0nasMayr
committed
b25377f
View commit details
Copy full SHA for b25377f
Browse repository at this point
solve concurrency issue between pods using atomic compare-and-set; Add new configurables and make sendOrFail not retry
J0nasMayr
committed
6fa769d
View commit details
Copy full SHA for 6fa769d
Browse repository at this point
add test for concurrency and schedule functionality
J0nasMayr
committed
7d6526f
View commit details
Copy full SHA for 7d6526f
Browse repository at this point
update readme.md
J0nasMayr
committed
e429e20
View commit details
Copy full SHA for e429e20
Browse repository at this point
test fixes
J0nasMayr
committed
be9d60e
View commit details
Copy full SHA for be9d60e
Browse repository at this point
truncate OffsetDateTime to MICROS for pipeline to run successfully
J0nasMayr
committed
38db610
View commit details
Copy full SHA for 38db610
Browse repository at this point
remove unnecessary errorMessage set
J0nasMayr
committed
f60de88
View commit details
Copy full SHA for f60de88
Browse repository at this point
Commits on Aug 19, 2026
requested changes
J0nasMayr
committed
1c03524
View commit details
Copy full SHA for 1c03524
Browse repository at this point
consider all error cases that can happen on a schedule pass
J0nasMayr
committed
259f4e5
View commit details
Copy full SHA for 259f4e5
Browse repository at this point
remove the first try catch since it is overkill
J0nasMayr
committed
63ff658
View commit details
Copy full SHA for 63ff658
Browse repository at this point
Commits on Aug 20, 2026
make the scheduled attachment cleanup multip pod save
J0nasMayr
committed
5cd6e65
View commit details
Copy full SHA for 5cd6e65
Browse repository at this point
add tests
J0nasMayr
committed
357c405
View commit details
Copy full SHA for 357c405
Browse repository at this point
Merge branch 'main' into make-cleanup-scheduler-multi-pod-save
J0nasMayr
authored
5e999cc
View commit details
Copy full SHA for 5e999cc
Browse repository at this point
requested changes
J0nasMayr
committed
f2615ea
View commit details
Copy full SHA for f2615ea
Browse repository at this point
You can’t perform that action at this time.