-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support to delay a job and enqueue it N seconds later #211
base: master
Are you sure you want to change the base?
Conversation
Hello, Sorry for the delay. Can you tell us a bit more about the specific use case where you would need this ? Maybe it is something we can already handle right now. Thanks. |
Hello, For example if we need to send an email 1 hour later from a given action: |
Allright, we don't indeed have anything in that regard. It seems fine to me. Could you just add a small test validating the wanted behaviour please ? |
042419IC Remove expired jobs
…on_version Verify python version to iterate dictionary
…exceptions 042619IC add maxretries in taskexceptions
Add get latest jobs query
Add Redis SSL support
* Sentry cleanup * Improve exceptions message * Improve AbortInterrupt, MaxRetriesInterrupt and MaxConcurrencyInterrupt
* Update psutil to 5.8.0 * MRQ Custom 0.9.28
…then raise exception. (#9) Thus, the actual worker performing the execution of this task can use its own error handling. E.g. Lambda function.
…ew version of MRQ (#12) * Remove print line * Update readme.md * Up version
A3S-2753: Updated redis to 4.5.5 version and new MRQ-custom version
* A3S-2753: Fixed redis connection
* A3S-2753: Fixed redis connection * A3S-2753: Fixed ssl_cert_reqs attribute * A3S-2753: Improved fix ssl_cert_reqs attribute * A3S-2793: Updated mrq-custom to version 0.9.34.1
A3s 843 update pymongo to support python 3.11
add support to delay a job and enqueue it N seconds later.
those jobs are going to have the
delayed
status.e.g: delay a job 1 hour.