-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add TickerQ Background Worker Integration #23802
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 TickerQ Background Worker Integration #23802
Conversation
Co-authored-by: hikalkan <[email protected]>
Co-authored-by: hikalkan <[email protected]>
framework/src/Volo.Abp.BackgroundWorkers.TickerQ/Volo.Abp.BackgroundWorkers.Quartz.abppkg
Outdated
Show resolved
Hide resolved
...src/Volo.Abp.BackgroundWorkers.TickerQ/Volo.Abp.BackgroundWorkers.Quartz.abppkg.analyze.json
Outdated
Show resolved
Hide resolved
|
@copilot Can you add |
Co-authored-by: maliming <[email protected]>
Added |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #23802 +/- ##
=======================================
Coverage 51.09% 51.09%
=======================================
Files 3269 3269
Lines 106431 106432 +1
Branches 8173 8173
=======================================
+ Hits 54378 54379 +1
Misses 50379 50379
Partials 1674 1674 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
Replaced backslash with forward slash in the project path for TickerQ demo app in the solution file to ensure consistency across platforms. Also clarified documentation on configuring TimeTicker properties for specific jobs.
Fixes #23426