mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[skip ci] Ignore all run profiles to prevent pat leaking
reenable these, testing only producer should build
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -355,6 +355,9 @@ MigrationBackup/
|
|||||||
# Fody - auto-generated XML schema
|
# Fody - auto-generated XML schema
|
||||||
FodyWeavers.xsd
|
FodyWeavers.xsd
|
||||||
|
|
||||||
|
# Jetbrains ide's run profiles (Could contain sensative information)
|
||||||
|
**/.run/
|
||||||
|
|
||||||
# VS Code files for those working on multiple tools
|
# VS Code files for those working on multiple tools
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
|
|||||||
@@ -29,10 +29,10 @@ internal static class ServiceCollectionExtensions
|
|||||||
services.AddQuartz(
|
services.AddQuartz(
|
||||||
quartz =>
|
quartz =>
|
||||||
{
|
{
|
||||||
//RegisterAutomaticRegistrationJobs(jobTypes, openMethod, quartz, scrapeConfiguration);
|
RegisterAutomaticRegistrationJobs(jobTypes, openMethod, quartz, scrapeConfiguration);
|
||||||
RegisterDmmJob(githubConfiguration, quartz, scrapeConfiguration);
|
RegisterDmmJob(githubConfiguration, quartz, scrapeConfiguration);
|
||||||
//RegisterTorrentioJob(services, quartz, configuration, scrapeConfiguration);
|
RegisterTorrentioJob(services, quartz, configuration, scrapeConfiguration);
|
||||||
//RegisterPublisher(quartz, rabbitConfiguration);
|
RegisterPublisher(quartz, rabbitConfiguration);
|
||||||
});
|
});
|
||||||
|
|
||||||
services.AddQuartzHostedService(
|
services.AddQuartzHostedService(
|
||||||
|
|||||||
Reference in New Issue
Block a user