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
Hi ! I liked the principle of using systemd as backend for workflow scheduling, while providing a simpler interface.
One feature i would like very much is ability to have jobs triggered on path change instead of timer.
job()'s first argument could support additional syntax such as onPathChange=/etc/passwd for example, and then geerate appropriate dependency with generated systemd .path unit
The text was updated successfully, but these errors were encountered:
and the dron monitor command is has a hard assumption of each unit having a correspondent timer I think -- might be easy to fix by filtering out the ones without timers, although the proper fix would probably be to also display the ones with paths dependencies properly
Hi ! I liked the principle of using systemd as backend for workflow scheduling, while providing a simpler interface.
One feature i would like very much is ability to have jobs triggered on path change instead of timer.
job()'s first argument could support additional syntax such as
onPathChange=/etc/passwd
for example, and then geerate appropriate dependency with generated systemd .path unitThe text was updated successfully, but these errors were encountered: