loomchild / icoin

GNU Affero General Public License v3.0
0 stars 0 forks source link

Background tasks #14

Closed loomchild closed 9 years ago

loomchild commented 9 years ago

Support executing background tasks, such as emails, using PQ https://github.com/malthe/pq/

loomchild commented 9 years ago

Queue initialized, now create background job consuming it.

loomchild commented 9 years ago

Re-implemented manually without using external library for simplicity.