34 Commits (ef5e2aeee73ccfce30965cdc255bcca628d9ee40)

Author SHA1 Message Date
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei b3d494c719 Update AbpHangfireApplicationBuilderExtensions.cs 3 years ago
liangshiwei 7a56f78313 Add UseAbpHangfireDashboard method 3 years ago
liangshiwei 736b072d09 Fix AbpDashboardOptionsProvider 3 years ago
liangshiwei 66830904c8 Enable nullable annotations for Volo.Abp.BackgroundJobs.HangFire 3 years ago
liangshiwei c1f9e8832e Enable nullable annotations for Volo.Abp.AspNetCore.Mvc.UI.Packages 3 years ago
liangshiwei 46e71cb24e Enable nullable annotations for Volo.Abp.AspNetCore.Mvc.UI.Bootstrap 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 4 years ago
ahmetfarukulu dcd091adfb CancellationToken parameter added for background jobs 4 years ago
liangshiwei d4306f401d Hangfire support specific queue 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
maliming a8c2bbce3e Add AbpDashboardOptionsProvider. 6 years ago
liangshiwei 3d924c3151 Set job display name 6 years ago
maliming 3840a423af Make HangfireJobExecutionAdapter async. 6 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
Halil İbrahim Kalkan 956d6b68a4 #3382 Throw exception instead of warning if background job execution was disabled but still trying to execute. 6 years ago
liangshiwei ae72356b3b Make method virtual 6 years ago
liangshiwei 2f381fa485 Re-implemented background job & worker disable logic 6 years ago
liangshiwei 5e7221ca37 Remove AbpBackgroundJobsHangfireModule code 6 years ago
liangshiwei b1bc0c353d Execute the job by determining IsJobExecutionEnabled 6 years ago
liangshiwei 8b59155d88 Implement IsJobExecutionEnabled for all background job providers 7 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 7 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 7 years ago
Halil İbrahim Kalkan 401376e109 Resolved #2540. Resolved #2539. 7 years ago
Yunus Emre Kalkan 9b6b49ff2d BackgroundJobs To AbpBackgroundJobs 7 years ago
Halil ibrahim Kalkan 6501b4d811 Resolved #590: Memory leak while checking background jobs periodically. 8 years ago
Halil ibrahim Kalkan 33111945e3 Resolved #408: Automatically register services by convention for a module 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 761fa1d59a Created Hangfire module 8 years ago