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

Remove integer TaskQueueID #1419

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Remove integer TaskQueueID #1419

merged 1 commit into from
Mar 1, 2024

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Mar 1, 2024

Removes need for error check
Also previously both task queues had same iota value, so that was wrong

Removes need for error check
Also previously both task queues had same iota value, so that was wrong
@serprex serprex requested a review from iskakaushik March 1, 2024 20:34
@serprex serprex requested a review from Amogh-Bharadwaj March 1, 2024 20:38
@serprex serprex merged commit 54ad0ef into main Mar 1, 2024
7 checks passed
@serprex serprex deleted the remove-integer-task-queue-id branch March 1, 2024 20:42
@serprex
Copy link
Contributor Author

serprex commented Mar 1, 2024

Reading over, seems golang's iota works out to make these two constants distinct, so there wasn't a bug here, but still good cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants