sintonia/python_apps
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
..
airtime-celery ♻️ (celery) python3 compat fixes 2019-08-18 17:45:48 +02:00
airtime_analyzer Merge pull request #652 from radiorabe/chore/cleanup-analyzer-abc 2018-12-23 11:42:15 -05:00
api_clients Fix recording through ecasound 2017-03-24 15:15:37 +01:00
icecast2 Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
pypo PypoMessageHandlers using a kombu Consumer solves MVC/Liquidsoap synchronization issues: 2019-11-04 11:02:39 -08:00