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

Improve campaign send performance #534

Merged
merged 3 commits into from
Nov 9, 2024
Merged

Conversation

pushchris
Copy link
Contributor

  • Reduce Redis memory usage by only enqueuing the most jobs that are possible over a given rate limit
  • Allow for recovery of throttled jobs in the case of Redis running out of memory by re-adding them to the queue just like pending jobs

@leobarcellos
Copy link
Contributor

Hi @pushchris , this looks awesome. Is it ready to be tested?

@leobarcellos
Copy link
Contributor

Hi @pushchris , this looks awesome. Is it ready to be tested?

I mean, to actually get this commit and put it live so I can check how it behaves.

@pushchris pushchris merged commit 9a4f6da into main Nov 9, 2024
3 checks passed
@pushchris pushchris deleted the chore/improve-send-performance branch November 9, 2024 15:31
@pushchris
Copy link
Contributor Author

@leobarcellos just merged in the changes, feel free to test

@leobarcellos
Copy link
Contributor

Not sure if this error is related to this PR (but it seems to be)

Screenshot 2024-11-11 at 2 49 14 PM

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