Skip to content
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

quartz.net background job&worker integration #2904

Merged

Conversation

realLiangshiwei
Copy link
Member

@realLiangshiwei realLiangshiwei commented Feb 24, 2020

Background jobs are fully compatible with ABP native, the background worker uses the quart.net library API.
If merged, I will write documentation to introduce them

@hikalkan hikalkan requested a review from maliming February 24, 2020 10:09
@hikalkan hikalkan added this to the 2.2 milestone Feb 24, 2020
@hikalkan hikalkan self-requested a review February 24, 2020 10:09
@realLiangshiwei
Copy link
Member Author

I am perfecting this feature. : )

@maliming
Copy link
Member

@liangshiw Have you done?

@realLiangshiwei
Copy link
Member Author

@maliming Yes it is ready to be merged

@maliming
Copy link
Member

Please update the nupkg\common.ps1 file.

@hikalkan hikalkan merged commit 9b3e6a5 into abpframework:dev Mar 2, 2020
@hikalkan
Copy link
Member

hikalkan commented Mar 2, 2020

Thank you for your great contrinution.

A documentation would be perfect!

@realLiangshiwei
Copy link
Member Author

@hikalkan I will complete the documentation soon

@yilezhu
Copy link

yilezhu commented Mar 8, 2020

When I install the package, I am prompted that the package cannot be found!

abp add-package Volo.Abp.BackgroundWorkers.Quartz

@maliming
Copy link
Member

maliming commented Mar 8, 2020

@yilezhu
Copy link

yilezhu commented Mar 8, 2020

@yilezhu
https://www.nuget.org/packages/Volo.Abp.BackgroundWorkers.Quartz/

Yes, I know. That's what I did, but I still made a mistake!
image
Install-Package Volo.Abp.BackgroundWorkers.Quartz -Version 2.2.1
正在还原 E:\abp\DemoOne\ConsoleDemo\ConsoleDemo.csproj 的包...
GET https://api.nuget.org/v3-flatcontainer/volo.abp.quartz/index.json
NotFound https://api.nuget.org/v3-flatcontainer/volo.abp.quartz/index.json 207 毫秒
Install-Package : NU1101: 找不到包 Volo.Abp.Quartz。源 Microsoft Visual Studio Offline Packages, nuget.org 中不存在具有此 ID 的包
所在位置 行:1 字符: 1

  • Install-Package Volo.Abp.BackgroundWorkers.Quartz -Version 2.2.1
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

Install-Package : 程序包还原失败。正在回滚“ConsoleDemo”的程序包更改。
所在位置 行:1 字符: 1

  • Install-Package Volo.Abp.BackgroundWorkers.Quartz -Version 2.2.1
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

已用时间: 00:00:02.0861963

@maliming
Copy link
Member

maliming commented Mar 8, 2020

Please follow: #3022

@realLiangshiwei realLiangshiwei deleted the liangshiwei/quartz-integrate branch September 30, 2021 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants