collectivemedia / celos

Scriptable scheduler for periodical Hadoop workflows
Apache License 2.0
22 stars 9 forks source link

Last workflow created dynamically via buckets is not deleted #686

Closed ashf72 closed 8 years ago

ashf72 commented 8 years ago

@manuel For dynamically created workflows:

celos.forEachRegister("conflux", function(key, value) {
    celos.defineWorkflow({
...
    });
});

last workflow is not removed, after the last bucket is deleted.