Unclear what role(s) certain functions play (e.g., ensure_economy_computed is never actually called)
Need to better extricate what is an endpoint, what is a controller, what is a single-purpose function, and what is a list of desired outputs
Need to increase flexibility of code; e.g., difficult to manually manage individual calculations, individual operations
Need to treat the Redis queue and workers as less of an afterthought; difficult to modify how the queue and worker operations work without changing certain segments of the code pretty heavily
ensure_economy_computed
is never actually called)