arcalot / arcaflow-plugins-incubator

Unofficial test and under-development plugins for Arcaflow
Apache License 2.0
3 stars 7 forks source link

Add wait plugin #40

Closed sandrobonazzola closed 2 years ago

sandrobonazzola commented 2 years ago

Changes introduced with this PR

Add wait plugin from https://github.com/sandrobonazzola/arcaflow-plugin-wait development repo.


By contributing to this repository, I agree to the contribution guidelines.

Signed-off-by: Sandro Bonazzola sbonazzo@redhat.com

dustinblack commented 2 years ago

There are always places where a true timed sleep is an unavoidable need, but I hope this plugin doesn't encourage laziness in workflow development. Optimally every pause in a workflow will have the context for what it's waiting for and will use an appropriate state check instead of a timed sleep.

ghost commented 2 years ago

@dustinblack it's a good stopgap measure until we can do this in-engine.

sandrobonazzola commented 2 years ago

Abandoning this PR as we are splitting to individual repository for each plugin. Going to transfer https://github.com/sandrobonazzola/arcaflow-plugin-wait to arcalot org.