Closed ghost closed 6 years ago
Ok, dit vermoede had ik al wel. Ik zal celery dan alleen lokaal omzeilen, want om een van de redenen start hij bij mij idd niet op.
2018-07-06 13:08 GMT+00:00 Remco Gerlich notifications@github.com:
@remcogerlich commented on this pull request. In lizard_progress/models.py https://github.com/nens/lizard-progress/pull/317#discussion_r200647618: @@ -816,11 +817,14 @@ def create_from_ribx(cls, name, ribx_file, organization, contractor=None, from . import tasks # Setup using RIBX asynchronously, to prevent timeouts tasks.setup_project_using_ribx_task.delay( project_review.id, project_url, abs_ribx_path, abs_filler_path) if settings.DEBUG: project_review.setup_project_using_ribx(project_url, abs_ribx_path, abs_filler_path) Het punt is dat we heel soms even DEBUG aan moeten zetten op een server, al is het maar om een traceback te krijgen van een error. Dat zou de functionaliteit gelijk moeten houden. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nens/lizard-progress/pull/317#discussion_r200647618, or mute the thread https://github.com/notifications/unsubscribe-auth/Al_B9e8IrjxGmNHUAZbGWue16rIXagXLks5uD2FHgaJpZM4U13dV .
In lizard_progress/models.py https://github.com/nens/lizard-progress/pull/317#discussion_r200647618:
@@ -816,11 +817,14 @@ def create_from_ribx(cls, name, ribx_file, organization, contractor=None, from . import tasks
# Setup using RIBX asynchronously, to prevent timeouts
Het punt is dat we heel soms even DEBUG aan moeten zetten op een server, al is het maar om een traceback te krijgen van een error. Dat zou de functionaliteit gelijk moeten houden.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nens/lizard-progress/pull/317#discussion_r200647618, or mute the thread https://github.com/notifications/unsubscribe-auth/Al_B9e8IrjxGmNHUAZbGWue16rIXagXLks5uD2FHgaJpZM4U13dV .
Ok, dit vermoede had ik al wel. Ik zal celery dan alleen lokaal omzeilen, want om een van de redenen start hij bij mij idd niet op.
2018-07-06 13:08 GMT+00:00 Remco Gerlich notifications@github.com: