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

Dedup schedueler queue #1587

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Dedup schedueler queue #1587

merged 1 commit into from
Aug 22, 2024

Conversation

Shubham8287
Copy link
Contributor

@Shubham8287 Shubham8287 commented Aug 13, 2024

Description of Changes

find out scheduler Actor queue allows duplicate entries. this duplication happen when updating a timer row without changing scheduled_id in timer table as insert abi gets called again.
Added a check to remove an old entry from scheduler queue before adding new one.

API and ABI breaking changes

N/A.

Expected complexity level and risk

1

@Shubham8287 Shubham8287 requested a review from gefjon August 13, 2024 20:12
@Shubham8287 Shubham8287 self-assigned this Aug 13, 2024
@Shubham8287 Shubham8287 removed the request for review from gefjon August 22, 2024 17:51
@Shubham8287 Shubham8287 added this pull request to the merge queue Aug 22, 2024
Merged via the queue into master with commit 9380eb6 Aug 22, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants