-
-
Notifications
You must be signed in to change notification settings - Fork 499
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
Email processor (griddler) not initialized before any helpy action trigged #2058
Comments
Hey @duc2019 thanks for providing this. Can you elaborate on when and under which conditions you experienced this error? Any idea on how to reproduce under production use? |
We did not use helpy on production environment yet, but here is the reproduction steps:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now griddler initialized in application_controller, which mean if email arrived before any helpy action trigged, griddler will use default config for everything, usually result a 500 response.
App started => access helpy (intialize griddler) => send email to email processor => ok
App started => send email to email processor => error
Here is the fix:
lixiljp@a9ad3af#diff-060d21e42b536250ae3fa8cab5ba0ab2a4d1f3cd88c6472f497887b9616356aa
The text was updated successfully, but these errors were encountered: