45 Commits (c67db4ff15db318868dcdc84f4192da4c4e9d0eb)

Author SHA1 Message Date
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 5 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
Halil ibrahim Kalkan 6501b4d811 Resolved #590: Memory leak while checking background jobs periodically. 8 years ago
Halil ibrahim Kalkan feddd422bc Resolved #557: Implement NullBackgroundJobManager. 8 years ago
Halil ibrahim Kalkan 4875d2e716 Resolved #546: Initial implementation of "Create a service to send emails in background jobs" 8 years ago
Halil ibrahim Kalkan 33111945e3 Resolved #408: Automatically register services by convention for a module 8 years ago
Halil ibrahim Kalkan c024a33a97 Refactored channel pool and configuration. 8 years ago
Halil ibrahim Kalkan 8260b3fd13 Refactored background job options. 8 years ago
Halil ibrahim Kalkan c9335c568a RabbitMQ integration. 8 years ago
Halil ibrahim Kalkan c0f9ff7f74 Refactor background jobs. 8 years ago
Halil ibrahim Kalkan 9927b17d83 Implemented hangfire background jobs. 8 years ago
Halil ibrahim Kalkan d963f7cd48 Introduce BackgroundJobWorkerOptions 8 years ago
Halil ibrahim Kalkan 761fa1d59a Created Hangfire module 8 years ago
Halil ibrahim Kalkan f4d4f78d12 Introduced Volo.Abp.BackgroundJobs.Abstractions package. 8 years ago