Joshua M. Boniface 54215bab6c Switch to ZK+PG over Redis for Celery queue
Redis did not provide a distributed solution for the worker, which
precluded several important planned functions. So instead, move to using
Zookeeper + PostgreSQL as the broker and result backend respectively.

Should be a seamless drop-in change but for future uses requires the
database host to be the primary coordinator IP rather than localhost, so
that writes can occur to the database from non-primary hosts.
2023-11-04 12:46:34 -04:00
..
2023-11-03 01:45:49 -04:00
2022-10-06 11:55:27 -04:00
2023-09-12 16:41:02 -04:00
2023-09-12 16:41:02 -04:00
2022-10-21 15:13:52 -04:00