sintonia/python_apps/pypo
Roberto Soto cdf9f6f98e PypoMessageHandlers using a kombu Consumer solves MVC/Liquidsoap synchronization issues:
The real error was PypoMessageHandler wasn't consuming messages from RabbitMQ, thus schedules were only updated on PypoFetch time out.
Proably queue is in a stale state  because it didn't recover from a broken connection.
The issue is a SimpleQueue was being used, which's 'python-like' *get*  method apparently doesn't handle recovery.
Consumers are the way to go instead.
2019-11-04 11:02:39 -08:00
..
bin Replace std_err_override with logging.captureWarnings(True) in pypo 2017-03-13 16:28:07 +01:00
install Respawn liquidsoap and pypo indefinitely if they fail to launch. Throttled it though. 2015-12-04 15:56:06 -05:00
liquidsoap ♻️ cleanup aac code 2019-01-20 15:37:21 +01:00
pypo PypoMessageHandlers using a kombu Consumer solves MVC/Liquidsoap synchronization issues: 2019-11-04 11:02:39 -08:00
tests CC-5990, CC-5991 - Python cleanup, removed need for /usr/lib/airtime 2015-01-27 18:43:36 -05:00
setup.py ♻️ (pypo) cleanup pypo/__main__.py 2018-12-23 12:06:26 +01:00