Skip to content

Commit

Permalink
Remove not needed job activator
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vukman committed Oct 13, 2023
1 parent 71d70a0 commit a664add
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
18 changes: 0 additions & 18 deletions src/AnagramSolver/BackgroundJobs/HangfireActivator.cs

This file was deleted.

3 changes: 0 additions & 3 deletions src/AnagramSolver/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@
app.UseAuthentication();
app.UseAuthorization();

GlobalConfiguration.Configuration
.UseActivator(new HangfireActivator(app.Services));

app.UseHangfireDashboard("/background-jobs", new DashboardOptions
{
Authorization = new[] { new HangfireAuthFilter() }
Expand Down

0 comments on commit a664add

Please sign in to comment.