Changes between Version 13 and Version 14 of how-to/servers/support/gnusocial
- Timestamp:
- Sep 8, 2017, 1:52:18 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/servers/support/gnusocial
v13 v14 40 40 41 41 In short, the preferred workflow is to do the work on a test instance, then deploy the changes to howard. 42 43 = Queue Daemons = 44 45 Queue daemons (aka scripts/queuedaemon.php) are gnusocial background processes. Queue daemons push (and pull) status changes to (and from) other ostatus sites. If the queue daemons aren't running, then updates don't propagate, and the queue becomes backlogged. 46 47 queuedaemon is run via an sv service: {{{/etc/sv/queuedaemon}}} 42 48 43 49 = Stuck/Stale queue items =