60 Commits (2c8a6e47eebbc9d089b7b33ec356505a632fbcf2)

Author SHA1 Message Date
maliming eb2cf10a3d
Enhance dynamic background worker management with improved error handling and logging 1 month ago
maliming 7a1e246ce9
Enhance dynamic background job handling with improved argument management and error logging 1 month ago
maliming 024f16cd99
Fix dynamic background job/worker code review issues 1 month ago
maliming 6fc04cf5aa
Add logger and relax JsonData validation 1 month ago
maliming 7c95bd6796
Fix dynamic background job code review issues 1 month ago
maliming 92a72fcef5
Implement dynamic background job handling with new DynamicBackgroundJobArgs and executor 1 month ago
maliming 5d74d97566
Fix whitespace issues and update job handler registration in background job management 1 month ago
maliming 70c333ad97
Refactor background job execution and management 1 month ago
maliming 5babd75f91
feat: Implement dynamic background worker management with Quartz and TickerQ 1 month ago
SALİH ÖZKARA dcf08ec627 Add dynamic background worker support 2 months ago
SALİH ÖZKARA 0b40f2c0f1 Use Abp.AnonymousJob name and add validation 2 months ago
SALİH ÖZKARA ffa880b5fc Use AnonymousJobExecutionContext for anonymous jobs 2 months ago
SALİH ÖZKARA de1dc75f58 Add logging and improve anonymous job naming 2 months ago
SALİH ÖZKARA 2c6e3b565a Move anonymous job executor; normalize TickerQ args 2 months ago
SALİH ÖZKARA 67904ae2e4 Add anonymous background job support 2 months ago
SALİH ÖZKARA c43458ac0e Add dynamic background job support 2 months ago
SALİH ÖZKARA 2536c5afe6 Support EnqueueAsync by job name 2 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 8 months ago
maliming c4ab8f05f4
Move job execution disabling to abstractions module 9 months ago
maliming 161babd325
fix: update AddJob method to use GetJobArgsType for background job name retrieval 11 months ago
maliming a54462e6d0
Add support for custom job names in `AbpBackgroundJobOptions`. 1 year ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming fbbe526a8f Add net8.0` to `TargetFrameworks`. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
Alex Soh 0dfc313b05 Remove more obsolete exception as stated in #19190 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei 9b6c545bd7 Enable nullable annotations for Volo.Abp.BackgroundJobs.Abstractions 3 years ago
maliming f033f0a6ce
Create `Volo.Abp.MultiTenancy.Abstractions` package. 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
gdlcf88 74b49f4d8f Fixed the `OnRegistered` name typo 3 years ago
ahmetfarukulu 69bbb7523f Background job cancellation token scope changed as ambient context 3 years ago
ahmetfarukulu dcd091adfb CancellationToken parameter added for background jobs 3 years ago
liangshiwei 000e690a1c Switch to the tenant before the Execute Background Job 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
Halil İbrahim Kalkan b38084f071 Resolve warnings. 5 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
liangshiwei b1bc0c353d Execute the job by determining IsJobExecutionEnabled 6 years ago
liangshiwei 8b59155d88 Implement IsJobExecutionEnabled for all background job providers 6 years ago
Halil İbrahim Kalkan e849921f7e Resolved #3328: Allow to subscribe to exceptions handled by the abp framework 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 6 years ago
Halil İbrahim Kalkan 401376e109 Resolved #2540. Resolved #2539. 6 years ago
maliming b1eed33962 Implement AsyncBackgroundJob. 6 years ago
Yunus Emre Kalkan 9b6b49ff2d BackgroundJobs To AbpBackgroundJobs 7 years ago
Halil İbrahim Kalkan 588dafe60c Reduce AsyncHelper.RunSync usage #1403 7 years ago