jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / Stack Overflow · hot matching “ask”

4 shown · updated 10m ago · read only
  1. Why is only one of my tasks being cancelled in my python asyncio program? (stackoverflow.com)stack

    22 points by iamthebull in stackoverflow.com · 13d ago · stack

    Consider this trivial asyncio program and the output. I'm using Python 3.12.3. I ran the program 3 consecutive times initiating a KeyboardInterrupt timed to try and interrupt each of the tasks (i.e. the first time to interrupt task1, the second to interrupt task 2 and the last t…
  2. Why do I suddenly get "Execution failed for task :app:configureCMakeDebug[arm64-v8a]" while building? (stackoverflow.com)stack

    19 points by Wiem Ben yahia in stackoverflow.com · 2y ago · stack

    My app was working yesterday, but now gives me: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'. > [CXX1429] error when building with cmake using C:\{my path}\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup\CMakeLists.txt: -- The C compiler i…
  3. How to mark an Airflow DAG run as failed if any task fails? (stackoverflow.com)stack

    6 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