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

fix: Batch operation spams slack #2781

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

JanCizmar
Copy link
Contributor

No description provided.

@JanCizmar JanCizmar marked this pull request as draft December 14, 2024 14:15
@JanCizmar JanCizmar linked an issue Dec 14, 2024 that may be closed by this pull request
Copy link
Contributor

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 20, 2025
@JanCizmar JanCizmar added bug Something isn't working and removed stale labels Jan 20, 2025
@JanCizmar JanCizmar force-pushed the jancizmar/fix-batch-slack-spamming branch from 85c4311 to cc07cda Compare February 12, 2025 12:31
@JanCizmar JanCizmar force-pushed the jancizmar/fix-batch-slack-spamming branch from ec2c5e5 to 69e56de Compare February 14, 2025 15:53
@JanCizmar JanCizmar marked this pull request as ready for review February 14, 2025 17:28
@JanCizmar JanCizmar requested review from Anty0 and stepan662 and removed request for Anty0 February 14, 2025 17:28
// Execute the message updates only if there are not too many messages to update
// Otherwise Slack will complain about too many requests
if (messageUpdateActions.size > MAX_MESSAGES_TO_UPDATE) {
logger.debug("Too many messages to update, skipping")
Copy link
Contributor

@fprochazka fprochazka Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not terminate any logic, it's just logging

@fprochazka
Copy link
Contributor

FYI #2917

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slack integration spams when there is batch operation
2 participants