queues.rst 413 B

12345678910111213141516171819
  1. ==============
  2. Durable Queues
  3. ==============
  4. Durable queues store jobs so that in the case of a failure of a Gearman server, the background jobs will run once the server is restarted.
  5. Currently Drizzle, MySQL, Postgres, TokyoCabinet, Memcached, and SQLite can all be used as backends.
  6. -------
  7. Details
  8. -------
  9. .. toctree::
  10. :titlesonly:
  11. queues/drizzle
  12. queues/mysql
  13. queues/postgres
  14. queues/sqlite