jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “ask”

6 shown · updated 0s ago · read only
  1. Does it make sense to switch to a Github Alternative ? (lobste.rs)lobsters

    68 points by dhruvp in lobste.rs · 20h ago · 75 lobsters

    Github has been down consistently over the last few months - does it make sense to switch to alternatives now? When do you think majority will switch? Edit : My thoughts on this - https://dhruv2038.bearblog.dev/github-has-an-availability-problem-is-it-time-to-look-elsewhere/
    filed under askprogramming
  2. How to mark an Airflow DAG run as failed if any task fails? (stackoverflow.com)stack

    5 points by BelowZero in stackoverflow.com · 8y ago · stack

    Is it possible to make an Airflow DAG fail if any task fails? I usually have some cleaning up tasks at the end of a DAG and as it is now, whenever the last task succeeds the whole DAG is marked as a success.
    filed under pythonairflow