Skip to content
View wagnerfosw's full-sized avatar
  • HealthTool
  • Rio de Janeiro

Organizations

@HealthTool
Block or Report

Block or report wagnerfosw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Example usage of HangFire's Recurrin... Example usage of HangFire's RecurringJob in ABP
    1
    using Abp.Dependency;
    2
    using Castle.Core.Logging;
    3
    
    
    4
    namespace Halil.HangfireTests.Web.Controllers
    5
    {
  2. Proper integration between Hangfire ... Proper integration between Hangfire and Windsor - does not take advantage of new HangFire 1.5 IoC features
    1
    To configure Hangfire
    2
    
    
    3
                //Windsor integration
    4
                //The activator
    5
                var jobActivator = new WindsorScopedJobActivator(windsorContainer);