Skip to content

Commit

Permalink
re-disable services other than dmm while developing
Browse files Browse the repository at this point in the history
re-enable

disable again - will squash dont worry

enable again

disable again
  • Loading branch information
iPromKnight committed Mar 9, 2024
1 parent 80d6f25 commit e18822f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ internal static IServiceCollection AddQuartz(this IServiceCollection services, I
services.AddQuartz(
quartz =>
{
RegisterAutomaticRegistrationJobs(jobTypes, openMethod, quartz, scrapeConfiguration);
//RegisterAutomaticRegistrationJobs(jobTypes, openMethod, quartz, scrapeConfiguration);
RegisterDmmJob(githubConfiguration, quartz, scrapeConfiguration);
RegisterTorrentioJob(services, quartz, configuration, scrapeConfiguration);
RegisterPublisher(quartz, rabbitConfiguration);
//RegisterTorrentioJob(services, quartz, configuration, scrapeConfiguration);
//RegisterPublisher(quartz, rabbitConfiguration);
});

services.AddQuartzHostedService(
Expand Down

0 comments on commit e18822f

Please sign in to comment.