Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-04 | Separate background jobs into different queues. ATTENTION: new queue "pull" | Eugen Rochko | |
must be added to the Sidekiq invokation in your systemd file The pull queue will handle link crawling, thread resolving, and OStatus processing. Such tasks are more likely to hang for a longer time (due to network requests) so it is more sensible to not make the "in-house" tasks wait for them. | |||
2017-04-03 | Also fix the start command. | Valentin Lorentz | |
2017-04-03 | Fix install instructions. | Valentin Lorentz | |
Closes GH-745. | |||
2017-02-07 | Add postgres setup instructions to docs | Eugen Rochko | |
2017-02-04 | Make the streaming API also handle websockets (because trying to get the ↵ | Eugen Rochko | |
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand. | |||
2017-01-21 | Add wiki contents to docs/ instead | Eugen Rochko | |