Hi,
Sorry, we don't have this plan, you can implement it yourself if you need it.
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?