Rafael Carrasco

Results 11 comments of Rafael Carrasco

@johnhoran how much time you have given it? Have you tried `--wait=5m`? More information will be helpful.

This is only breaking on the port number and both of these connection do not have a port number, outlier situation

Multiple people have experienced this same issue with the latest version when installing with `brew install astro`. Is there a process for adding these bugs (in post) to the release...

@eladkal Maybe they should not be set to fail, but they should also not be set to skipped. The task was not skipped, technically speaking. An issue that has come...

Hey Alan, did more digging. `handle_failure` is only called on failures, which means that my initial proposal of `SHUTDOWN` would not work, anyways. But if the remaining tasks are marked...

The goal is to change the behavior, but not necessarily from skipped to fail, just something to trigger the `handle_failure` method so callbacks can exhibit (more) expected behavior from users.

Well this user wants a callback if this specific task fails, so not on the dag level. Could be that we need a on skipped callback. Thoughts?