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

Variable sliding window #2043

Open
benstaf opened this issue Sep 17, 2024 · 0 comments
Open

Variable sliding window #2043

benstaf opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@benstaf
Copy link

benstaf commented Sep 17, 2024

I would like to have a variable sliding window.

I see 2 use cases:

  • warming up of IP address and domain
  • run several campaigns in parallel with different batch size for each. For example send 1000 emails each batch for campaign 1, and 2000 emails for campaign 2.

In the current setting, the sliding window is fixed:

Screenshot_2024-09-17-11-46-46-361_com android chrome-edit

Possible implementation:
Enter a Go Template formula that can output different integers (sliding window size) at each iteration

@benstaf benstaf added the enhancement New feature or request label Sep 17, 2024
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

1 participant