Hi,
Could you provide the full steps to reproduce? we will check it out and yes we will refund your ticket if it's a problem.
1- I don't know if this is a good practice or not, especially since it may have about 4M records! your advice plz
I don't about your user case, If it doesn't affect your business then it's okay.
2- kindly could you guide me on how I use it with application service layer?
We do not recommend that you use App Services in a background worker.
3- how i can localize and translate the background dashboard?
It's not related to ABP, some discussion here: https://github.com/HangfireIO/Hangfire/issues/881 I think hangfire supports localization, you can send pr to hangfire if there is no your culture like:https://github.com/HangfireIO/Hangfire/pull/1443
>4- is it ok to keep the default workers as the following output? if i want to minimize it how i can configure it to increase running time intervals Yes, you can.
public override void ConfigureServices(ServiceConfigurationContext context)
{
Configure<AbpBackgroundJobWorkerOptions>(options =>
{
options.JobPollPeriod = 10000; //10 seconds
});
Configure<TokenCleanupOptions>(options=>
{
options.CleanupPeriod = xxxxx;
});
}
Hi,
You can just try this:
printing.cshtml
@{
Layout = null;
}
ok, I will check it and I'm closing this question :).
Hi,
Is your problem solved? I see that question is closed.
I will check it.
May I ask, what UI are you using?
Hi,
Could you please provide the full steps to reproduce? thanks.
Hi,
You can see: https://github.com/abpframework/abp/blob/64bb41f3c893366e5be0f35eb92b987c47ff40c4/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/IdentityServerAutoMapperProfile.cs
We are using identity server source code instead of packages.
Because you are using the source code, you need to compare the changes from 5.2.0 to 6.0.1