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

refactoring-job-validation-email #2368

Merged
merged 4 commits into from
Apr 27, 2022
Merged

Conversation

OlegPhenomenon
Copy link
Contributor

@OlegPhenomenon OlegPhenomenon commented Apr 25, 2022

Close #2364

TODO: Implement Force Delete checker by count of failed validation event records as separate job

@viezly
Copy link

viezly bot commented Apr 25, 2022

Changes preview:

Legend:

👀 Review pull request on Viezly

@OlegPhenomenon OlegPhenomenon force-pushed the refactoring-job-validation-email branch 2 times, most recently from a2181ee to 5f70e81 Compare April 25, 2022 13:47
Comment on lines 51 to 55
if data.failed?
return false if data.event_data['check_level'] == 'regex'

return true
end
Copy link
Member

Choose a reason for hiding this comment

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

I think here we could do something like this:

!(data.failed? && data.event_data['check_level'] == 'regex')

@vohmar vohmar merged commit 1ee0b85 into master Apr 27, 2022
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.

Email validation job cannot cope with production load
3 participants