You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scott-wyatt
changed the title
[chore] Lifecycle listeners should throw a warning if the lifecycle event will not exist
chore(): Lifecycle listeners should throw a warning if the lifecycle event will not exist
Oct 14, 2019
Haha, sorry!
Basically, if a spool is waiting for some event like “spool:sequelize:initialized”, if you don’t have spool sequelize installed, that event will never be emitted. So eventually, fabrix timeout will occur and the user won’t know why.
Sent from out and about
On Oct 23, 2019, at 6:48 AM, Jaumard ***@***.***> wrote:
Not sure there is enough details to be taken into an hacktoberfest ^^ even me who know a bit the subject I don't understand the issue :D
Can you explain more what's need to be done here ? maybe with a use case
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
but how can we do that ? just parsing the event to retrieve sequelize and check that the spool is available under main.spools ? but we have to keep in mind that wanted event can be "or" or "and" (if I remember correctly ^^) so we need to manage that logic too
Issue Description
Lifecycle listeners should throw a warning if the lifecycle event will not exist.
Environment
The text was updated successfully, but these errors were encountered: