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

Scheduler-Call not ending correctly #4

Closed
manuelLink opened this issue Mar 22, 2021 · 2 comments
Closed

Scheduler-Call not ending correctly #4

manuelLink opened this issue Mar 22, 2021 · 2 comments

Comments

@manuelLink
Copy link
Contributor

The call from the TYPO3-Scheduler does not exit correctly if there are no E-Mails.
This Results in the Job still being marked as running in the Backend.

the issue is line 130 in Classes/Command/AnalyzeMailCommand.php

using "return true;" instead of "die('');" seems to resolve the issue.

@Gernott
Copy link
Owner

Gernott commented Mar 23, 2021

Thank you for reporting.
Would you fix this, test it and make a pull request?

@manuelLink
Copy link
Contributor Author

#5 created a pull request

@Gernott Gernott closed this as completed Mar 24, 2021
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

No branches or pull requests

2 participants