maragudk / goqite

Go queue library built on SQLite and inspired by AWS SQS.
https://maragudk.github.io/goqite/
MIT License
435 stars 13 forks source link

Added CreateWithDelay to allow the jobs package to use the built-in delay feature #56

Open AsyncAlchemist opened 4 months ago

AsyncAlchemist commented 4 months ago

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: