发布

  • feat(core): introduce continuous tasks (#29750)

    frostbyte_neo 发布于 2025-02-05 21:05:28 +00:00

    Summary

    An RFC about this feature is happening here: #29025. This has the most
    information about this feature.

    Current Behavior

    Nx currently does not explicitly handle tasks which run continuously
    until they are terminated.

    Expected Behavior

    This PR adds the initial support for continuous tasks which run
    continuously until they are terminated. This adds the ability to depend
    on continuous tasks. There is some more work to be done but this will be
    enough as an MVP.

    Related Issue(s)

    Fixes #

    下载附件