05 Aug, 2015
5 commits
-
Changing the name of the file imported by the test and also using PropertyMock to mock the delay attribute for the handling method attribute for the connect_signal method Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
In order to send a Signal instance to a celery task, it was necessary to overwrite the reduce parameter of Signal, allowing it to be pickled and sent normally to a celery task. Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
-
Instead of declaring signals as a class, use at a file containing all the necessary methods for handling signals. This was done because of celery compatibility Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
If signal is not registered before call send. Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
-
Create class and methods to handle signal registration, connection and sending Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>