46 Commits (6a1007c78e3661ecac945d94e1e1ae82db254e40)

Author SHA1 Message Date
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
liangshiwei 80579e6d74 Add BackgroundWorkerNameAttribute 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei f538a874d5 Enable nullable annotations for Volo.Abp.BackgroundWorkers.Quartz 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
liangshiwei a30f50ed9a Enhance Background Workers integration 4 years ago
maliming 0550c41ba0
Add `CancellationToken` paramter to `AddAsync` and ``DoWorkAsync` methods. 4 years ago
maliming b7d59cb814
Update QuartzBackgroundWorkerManager.cs 5 years ago
liangshiwei e4ddd7d47c Support proxy class 5 years ago
liangshiwei 9b6d427dc7 Fix the problem of background workers integration 5 years ago
maliming d4ffac7913
Use `AsyncHelper` to call the async method. 5 years ago
maliming 2212157f03
Refactor. 5 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 5 years ago
maliming 373714a08a
Add `GetDefaultLifeTimeOrNull` method. 5 years ago
maliming 2919be386e
Refactor. 5 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
liangshiwei 5737d1909f Update QuartzJobExecutionAdapter.cs 5 years ago
liangshiwei 9f387d5ab2 Use DisallowConcurrentExecution to keep a Job from firing concurrently 5 years ago
marodev 4274e303e4 Fix whitespace 5 years ago
marodev 103956e3ba Fix ReSharper's "UseNullPropagation" 5 years ago
liangshiwei 432aac0347 Use Standby instead of PauseAll method 6 years ago
maliming db59f2773e Add AbpAsyncTimer. 6 years ago
maliming f9a682cf94 Change override async to async override. 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
liangshiwei acb69ec6df Optimize 6 years ago
liangshiwei 1c34d8be43 Add PeriodicBackgroundworker quartz adapter 6 years ago
liangshiwei e58c13dcfd Update AbpBackgroundWorkersQuartzModule.cs 6 years ago
liangshiwei b0f939ccb0 Fix typo 7 years ago
liangshiwei 57c6d6a093 Allow global quartzBackgroundWrokers register disable 7 years ago
liangshiwei 9fac2baa7f Allow developers to customize ScheduleJob 7 years ago
liangshiwei b781c601b6 Add AutoRegister property for IQuartzBackgroundWorker 7 years ago
liangshiwei ae72356b3b Make method virtual 7 years ago
liangshiwei 2f381fa485 Re-implemented background job & worker disable logic 7 years ago
liangshiwei fb3d870459 Make worker and workermanager lifecycles singletons by default 7 years ago
liangshiwei 7af6ede0a7 Code formatting 7 years ago
liangshiwei 595a44fa94 Code formatting 7 years ago
liangshiwei 724ab7ba86 Check that the parameter is null 7 years ago
liangshiwei 4a0af3e4ba quartz.net background job&worker integration 7 years ago