Skip to content

Add timeDelay parameter to SendSales method#143

Merged
StuartFerguson merged 2 commits intomasterfrom
task/scheduled_job_logic_changes
Sep 3, 2025
Merged

Add timeDelay parameter to SendSales method#143
StuartFerguson merged 2 commits intomasterfrom
task/scheduled_job_logic_changes

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Updated the SendSales method in ITransactionDataGeneratorService to include a timeDelay parameter for processing sales. The TransactionDataGeneratorService class now incorporates this delay, allowing for random delays between sales transactions, with the number of sales adjusted to a range of 1 to 5. All relevant method calls have been updated to utilize the new parameter. Additionally, the BaseConfiguration class has a new nullable TaskDelay property, and the Jobs class has been modified to respect the configured delay. These changes enhance the flexibility and timing of the sales generation process.

Updated the SendSales method in ITransactionDataGeneratorService to include a timeDelay parameter for processing sales. The TransactionDataGeneratorService class now incorporates this delay, allowing for random delays between sales transactions, with the number of sales adjusted to a range of 1 to 5. All relevant method calls have been updated to utilize the new parameter. Additionally, the BaseConfiguration class has a new nullable TaskDelay property, and the Jobs class has been modified to respect the configured delay. These changes enhance the flexibility and timing of the sales generation process.
@StuartFerguson StuartFerguson merged commit 2a540ef into master Sep 3, 2025
9 checks passed
@github-actions github-actions Bot deleted the task/scheduled_job_logic_changes branch November 3, 2025 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant