commercetools / commercetools-email-retry-processor

Scheduled service which allows to send emails asynchronously and retry on errors.
1 stars 1 forks source link

[Hacktoberfest] Simplify validation logic of the job configuration #4

Open ahalberkamp opened 6 years ago

ahalberkamp commented 6 years ago

Situation

Currently the job configuration is validated when it`s unmarshalled from a String

Problem

This validation logic is very complex and hard to maintain.

Resolution

Simplifty the whole validation logic of the job configuration and move this logic to its constructor