Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "ajayak"

@aaron, is there any way to limit background jobs to just 1 instance? I do not want to disable background jobs

Yes @aaron. I want to run multiple instances.

How can I control the background jobs so they only run in 1 server?

Just wanted to confirm if any change required at frontend :)

@ismcagdas ?

Hi @ismcagdas,

What changes do I have to make in Angular frontend? Do I need to update all dates on Angular?

Hi @maliming, I cannot find any way to configure Hangfire server timeout in AspNetZero code.

// Hangfire dashboard & server (Enable to use Hangfire instead of default job manager)
var dashboardOptions = new DashboardOptions
{
    Authorization = new[] { new AbpHangfireAuthorizationFilter(AppPermissions.Pages_Administration_HangfireDashboard) }
};
app.UseHangfireDashboard("/hangfire", DebugHelper.IsDebug ? null : dashboardOptions);
app.UseHangfireServer();

It will be a good idea to secure thr hangfire url for production

Hi @aaron. How can I pass parameters as in L('name', parameters) using LocalizationHelper? Can't find any way.

@ismcagdas, I'm sending 1100 from client app. I guess that would be the last option then :)

I'm using Angular frontend.

Showing 41 to 50 of 109 entries