This pull request introduces the CreateWithDelay function to the jobs package, enabling the creation and queuing of jobs with a specified delay. This enhancement leverages the built-in delay feature of the goqite library.
Changes:
New Function: CreateWithDelay
Motivation:
The addition of the CreateWithDelay function allows for more flexible job scheduling by enabling delayed execution. This is particularly useful for scenarios where jobs need to be deferred to a later time, improving the overall functionality and usability of the jobs package.
Documentation:
Added detailed comments to the CreateWithDelay function explaining its parameters and return values.
This pull request introduces the CreateWithDelay function to the jobs package, enabling the creation and queuing of jobs with a specified delay. This enhancement leverages the built-in delay feature of the goqite library.
Changes:
Motivation:
Documentation:
Notes: