Skip to content
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

[FEATURE] -Support redis lock automatic renewal #54

Closed
starryrbs opened this issue Dec 15, 2023 · 0 comments
Closed

[FEATURE] -Support redis lock automatic renewal #54

starryrbs opened this issue Dec 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@starryrbs
Copy link

Is your feature request related to a problem? Please describe

After cron uses the redis lock, if the task execution time exceeds the expiration time of the redis lock, it will result in repeated execution.

Describe the solution you'd like

Support automatic renewal

Describe alternatives you've considered

Add an automatic renewal configuration value and enable goroutine automatic renewal after the lock is successfully created.

Additional context

@starryrbs starryrbs added the enhancement New feature or request label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants