Skip to content

Commit

Permalink
Remove internal RedisQueue object and dependents
Browse files Browse the repository at this point in the history
RedisQueue is now provided by funcx-common if needed.

1. Remove `funcx_endpoint.queues`
2. Remove `funcx_endpoint/tests/integration/test_redis.py`
   (this just tests the removed subpackage)
3. Remove `funcx_endpoint.mock_broker`, which relies on RedisQueue

(3) is the most questionable of these three. However, `mock_broker`
does not appear to be used anywhere. Furthermore, even if a mocked
Forwarder object is needed for some reason, there doesn't appear to be
any reason that it should be provided by the `funcx-endpoint` package.
  • Loading branch information
sirosen committed Nov 12, 2021
1 parent 1cb3388 commit dbc13cd
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 641 deletions.
53 changes: 0 additions & 53 deletions funcx_endpoint/funcx_endpoint/mock_broker/README.rst

This file was deleted.

Empty file.
191 changes: 0 additions & 191 deletions funcx_endpoint/funcx_endpoint/mock_broker/forwarder.py

This file was deleted.

75 changes: 0 additions & 75 deletions funcx_endpoint/funcx_endpoint/mock_broker/mock_broker.py

This file was deleted.

32 changes: 0 additions & 32 deletions funcx_endpoint/funcx_endpoint/mock_broker/mock_tester.py

This file was deleted.

Loading

0 comments on commit dbc13cd

Please sign in to comment.