ovh / celery-director

Simple and rapid framework to build workflows with Celery
https://ovh.github.io/celery-director/
BSD 3-Clause "New" or "Revised" License
534 stars 58 forks source link

feat: Workflow hooks #170

Closed zozoh94 closed 1 year ago

zozoh94 commented 1 year ago

@ncrocfer Thank you for the feedback. I will fix that. I've just one problem with the second one. The way the front is developed don't allow me to have something responsive on this view (graph container heigh is in pixels).

zozoh94 commented 1 year ago

@ncrocfer in the case we will have multiple tasks for hooks I prefer keeping the front like that. Meanwhile I follow your instructions for the failure hooks and it works very well. With this fix I was able to implement the following feature : https://github.com/ovh/celery-director/issues/76.