-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to run expirationd periodically? #38
Comments
It seems, it worth to clarify how expirationd works. The schema is the following:
Example 1:
Example 2:
I think everything will be less obscure if we'll add ability to control maximum sleep time after processing of |
Added the ability to set iteration and full scan delays for a task. iteration delay - max sleep time between iterations (in seconds). full scan delay - sleep time between full scans (in seconds). Related to #38
Added the ability to set iteration and full scan delays for a task. iteration delay - max sleep time between iterations (in seconds). full scan delay - sleep time between full scans (in seconds). Related to #38
Need to add the comment #38 (comment) into README |
NB: Don't forget to add |
Added the ability to set iteration and full scan delays for a task. iteration delay - max sleep time between iterations (in seconds). full scan delay - sleep time between full scans (in seconds). Related to #38
Added the ability to set iteration and full scan delays for a task. iteration delay - max sleep time between iterations (in seconds). full scan delay - sleep time between full scans (in seconds). Related to tarantool#38
I want to run the expirationd periodically without manually triggering it. For example, I want to run it once every hour. Is it possible?
The text was updated successfully, but these errors were encountered: