mirror of https://github.com/abpframework/abp.git
Browse Source
- Fix reflection method lookup in DefaultDynamicBackgroundJobManager to match by parameter types - Add StopAllAsync to IDynamicBackgroundWorkerManager interface and all implementations - Add semaphore locking to StopAllAsync in DefaultDynamicBackgroundWorkerManager with volatile _isDisposed - Fix HangfireDynamicBackgroundWorkerManager.GetCron to match existing HangfireBackgroundWorkerManager format - Fix QuartzDynamicBackgroundWorkerManager.UpdateScheduleAsync to reuse BuildTrigger method - Fix TickerQDynamicBackgroundWorkerManager.IsRegistered to throw AbpException (consistent with other methods) - Add GetAllNames and Clear to IDynamicBackgroundWorkerHandlerRegistry - Call StopAllAsync in AbpBackgroundWorkersModule.OnApplicationShutdownAsync - Move DynamicBackgroundWorkerManager_Tests to correct namespace/directory - Fix singleton state pollution in BackgroundJobManager_Tests - Update docs to warn about handler loss after restart for dynamic jobs and workerspull/25059/head
13 changed files with 108 additions and 49 deletions
Loading…
Reference in new issue