Skip to content

Commit

Permalink
Disable job (#1806)
Browse files Browse the repository at this point in the history
Disable ewc Job.
  • Loading branch information
MrKevJoy authored Jan 15, 2025
1 parent 87a0e11 commit 6faf191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class EwcWalesImportJob(BlobServiceClient blobServiceClient, InductionImp
private const string ProcessedFolder = "ewc/processed";
private const string PickupFolder = "ewc/pickup";
private const string StorageContainer = "dqt-integrations";
public const string JobSchedule = "0 8 * * *";
public const string JobSchedule = "0 0 31 2 *"; //disable job

private async Task<string[]> GetImportFilesAsync(CancellationToken cancellationToken)
{
Expand Down

0 comments on commit 6faf191

Please sign in to comment.