-
Notifications
You must be signed in to change notification settings - Fork 13
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
An error in a 'before' task hook makes 'error' hooks complain about not being called in a 'after/error' #95
Comments
Also apply to some others hooks like Line 34 in b5f811b
krawler/src/hooks/hooks.docker.js Line 31 in b5f811b
These restrictions are probably not required because we use the krawler/src/hooks/hooks.mongo.js Line 36 in b5f811b
|
But there's a bug right ? |
Seems actually to be linked to this code part Line 136 in b5f811b
|
Closed by error, fixed bug by the commit was #92. |
In this job for example : https://github.com/kalisio/c3x-arpege/blob/ef7bd729dcbcf14d435313904a683dd735603150/jobfile-arpege-0.1.js
If there's an error in
connectFTP
which is abefore
hook, thendisconnectFTP
called in theerror
hooks complains that it should only be called in aafter/error
hook as seen hereIf the error happens in some of the
after
hooks, thenerror
hooks work fine.The text was updated successfully, but these errors were encountered: