Skip to content

Commit

Permalink
Removed code that evaluates DSL expressions as celery tasks.
Browse files Browse the repository at this point in the history
It's an interesting method, but it's too slow to be practical.
Better to evaluate the contract on one node, and repeat for greater
accuracy, perhaps in parallel. The contract evaluations could be
done on a queue, but that's a separate concern.
  • Loading branch information
johnbywater committed Sep 13, 2017
1 parent 94495bb commit 23c0324
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 192 deletions.
Empty file.
5 changes: 0 additions & 5 deletions quantdsl/infrastructure/celery/app.py

This file was deleted.

9 changes: 0 additions & 9 deletions quantdsl/infrastructure/celery/config.py

This file was deleted.

56 changes: 0 additions & 56 deletions quantdsl/infrastructure/celery/tasks.py

This file was deleted.

7 changes: 0 additions & 7 deletions quantdsl/infrastructure/celery/worker.py

This file was deleted.

Empty file.
79 changes: 0 additions & 79 deletions quantdsl/tests/test_application_with_celery_and_sqlalchemy.py

This file was deleted.

36 changes: 0 additions & 36 deletions quantdsl/tests/test_celery.py

This file was deleted.

0 comments on commit 23c0324

Please sign in to comment.