It's a team license, any other guidance you can give me?
Getting an error
PS C:\temp> abp get-source Volo.Saas -v 8.3.0 [01:25:07 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [01:25:07 INF] Downloading source code of Volo.Saas (v8.3.0) [01:25:07 INF] Output folder: C:\temp [01:25:14 WRN] Failed to get global nuget source: https://pkgs.dev.azure.com/compucare/_packaging/compucare/nuget/v3/index.json [01:25:15 ERR] Downloading source code failed for: Volo.Saas Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly) at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)
I'm using both, jobs and workers, and I'm very confused by your answers, I followed the documentation to enable both and they are working as expected I assume, I just need to know what is the recurring job that runs every minute doing.
Should I use one or the other or both?
what do you mean by :
PS, don't forget to remove Volo.Abp.BackgroundJobs package and remove BackgroundJobWorker from the Hangfire dashboard Why, and how do I remove them.
I am using Hangfire, look at the screen shot, let me know if my question is not clear so I can rephrase it.
Could you please provide more information on how it works internally, is it critical for the background jobs functionality? This is something I have not yet deployed into production and my production server runs jobs just fine without that recurring job. I'm just trying to understand this, how does it execute the background jobs?
I fixed the issue, it was due to the NormalizedName new column not being populated. Could you please give me credit for this question? Thank you.
Got it, thank you.
Any help with how to prevent sending a message based on the Tenant ID? I have configured the distributed entity event options and added an auto event selector for my entities in the publisher application and I am receiving and filtering out the events fine in the subscriber based on the tenant Id, but I would really like to not send messages that should not be processed in the subscriber.
I started using CDC (change data capture) in Azure Data Factory, but the cost is too high, so I need to implement it in code. Thanks.