Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quartz configuration #82

Merged
merged 3 commits into from
Jan 21, 2024
Merged

Conversation

alvelchev
Copy link
Owner

@alvelchev alvelchev commented Jan 18, 2024

In this PR i will show how to use quartz scheduler with spring boot application and postgre sql databse. The scheduler will be started via cron triggers using cron expression to define when to start the scheduler. https://www.quartz-scheduler.org/
In the implementation we will have the control over quartz scheduler tables moving them into our databse schema.

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (3e51efb) 97.63% compared to head (1354c34) 97.63%.

Files Patch % Lines
...ain/java/com/springpageable/DeviceApplication.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main      #82   +/-   ##
=========================================
  Coverage     97.63%   97.63%           
  Complexity       87       87           
=========================================
  Files            20       20           
  Lines           211      211           
  Branches          9        9           
=========================================
  Hits            206      206           
  Misses            3        3           
  Partials          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alvelchev alvelchev force-pushed the feature/add_quartz_configuration branch 8 times, most recently from 3a4cebf to 04992ba Compare January 19, 2024 08:06
@alvelchev alvelchev force-pushed the feature/add_quartz_configuration branch from 04992ba to 1354c34 Compare January 19, 2024 08:15
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@alvelchev alvelchev requested a review from dachkinova January 19, 2024 09:05
@alvelchev alvelchev merged commit ce9bf21 into main Jan 21, 2024
5 of 6 checks passed
@alvelchev alvelchev deleted the feature/add_quartz_configuration branch January 21, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants