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

[BUGFIX] Respect asynchronousQueueStorage if creating newsletter vi… #198

Merged

Conversation

julianhofmann
Copy link
Contributor

…a CLI

The asynchronousQueueStorage option was introduced for large receiver volumes. The creation of the queue can take a long time here. Although CLI theoretically allows infinite script runtime, in the worst case a service/server restart can get in the way during this time and end the script run unexpectedly. For this reason, queues should also be set up asynchronously for newsletters created via CLI, if this has been configured accordingly in the instance.

…a CLI

The `asynchronousQueueStorage` option was introduced for large receiver volumes. The creation of the queue can take a long time here. Although CLI theoretically allows infinite script runtime, in the worst case a service/server restart can get in the way during this time and end the script run unexpectedly. For this reason, queues should also be set up asynchronously for newsletters created via CLI, if this has been configured accordingly in the instance.
@einpraegsam einpraegsam merged commit 4efd4cb into 17 Oct 5, 2023
12 checks passed
@julianhofmann julianhofmann deleted the feature/v17-respect-asynchronousQueueStorage-setting-on-cli branch October 6, 2023 13:45
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.

None yet

2 participants