Skip to content

Commit e6b57a0

Browse files
author
Gabriel Monroy
committed
fix bug with git push working after formation destroy
1 parent 77e266a commit e6b57a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def converge(self, request, **kwargs):
173173
def destroy(self, request, **kwargs):
174174
formation = self.get_object()
175175
formation.destroy()
176+
tasks.converge_controller.delay().wait()
176177
return Response(status=status.HTTP_204_NO_CONTENT)
177178

178179

0 commit comments

Comments
 (0)